diff --git a/src/composables/graph/useSelectionState.ts b/src/composables/graph/useSelectionState.ts index 173ba0b53..8504bafe0 100644 --- a/src/composables/graph/useSelectionState.ts +++ b/src/composables/graph/useSelectionState.ts @@ -13,7 +13,7 @@ import { useSidebarTabStore } from '@/stores/workspace/sidebarTabStore' import { isImageNode, isLGraphNode } from '@/utils/litegraphUtil' import { filterOutputNodes } from '@/utils/nodeFilterUtil' -export interface NodeSelectionState { +interface NodeSelectionState { collapsed: boolean pinned: boolean bypassed: boolean