Skip to content

Commit

Permalink
Merge branch 'feature/selector-org' into feature/retrieve-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 authored Nov 1, 2024
2 parents 5a1b26c + 7ac652e commit 6071d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/ViewerPanel/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import {
getAgentsToHide,
getCurrentTime,
getHighlightedAgents,
getSelectedUIDisplayData,
} from "../../state/selection/selectors";
import { AgentRenderingCheckboxMap } from "../../state/selection/types";
import { roundTimeForDisplay } from "../../util";
import { DisplayTimes } from "./types";
import { isNetworkSimFileInterface } from "../../state/trajectory/types";
import { getCurrentUIData } from "../../state/compoundSelectors";

export const getSelectionStateInfoForViewer = createSelector(
[getHighlightedAgents, getAgentsToHide, getCurrentUIData],
[getHighlightedAgents, getAgentsToHide, getSelectedUIDisplayData],
(highlightedAgents, hiddenAgents, appliedColors): SelectionStateInfo => ({
highlightedAgents,
hiddenAgents,
Expand Down

0 comments on commit 6071d62

Please sign in to comment.