diff --git a/web/app/components/workflow/hooks/use-nodes-interactions.ts b/web/app/components/workflow/hooks/use-nodes-interactions.ts index 2244bdb43c..d1ae373adf 100644 --- a/web/app/components/workflow/hooks/use-nodes-interactions.ts +++ b/web/app/components/workflow/hooks/use-nodes-interactions.ts @@ -712,9 +712,10 @@ export const useNodesInteractions = () => { const { setClipboardElements, shortcutsDisabled, + showFeaturesPanel, } = workflowStore.getState() - if (shortcutsDisabled) + if (shortcutsDisabled || showFeaturesPanel) return const { @@ -736,9 +737,10 @@ export const useNodesInteractions = () => { const { clipboardElements, shortcutsDisabled, + showFeaturesPanel, } = workflowStore.getState() - if (shortcutsDisabled) + if (shortcutsDisabled || showFeaturesPanel) return const { @@ -803,9 +805,10 @@ export const useNodesInteractions = () => { const { shortcutsDisabled, + showFeaturesPanel, } = workflowStore.getState() - if (shortcutsDisabled) + if (shortcutsDisabled || showFeaturesPanel) return const {