Skip to content

Commit

Permalink
restore deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Nov 23, 2024
1 parent 6198f25 commit d3f0b27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/state/compoundSelectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ import {
} from "../selection/selectors";
import { ColorSetting } from "../selection/types";

/**
* compoundSelectors are selectors that consume state from multiple branches
* of state, so don't belong in a particular branch's selectors file,
* and are consumed by multiple containers, and so don't belong in a particular
* container's selectors file.
*/

export const getCurrentUIData = createSelector(
[getCurrentColorSetting, getSelectedUIDisplayData, getDefaultUIDisplayData],
(
Expand Down

0 comments on commit d3f0b27

Please sign in to comment.