From 89d5b99a7b82de4b8b52eea146b70fc77621d844 Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Tue, 9 Sep 2025 19:11:18 +0100 Subject: [PATCH] refactor: remove export from NodeSelectionState interface for knip use --- src/composables/graph/useSelectionState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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