File tree Expand file tree Collapse file tree 2 files changed +0
-314
lines changed
Expand file tree Collapse file tree 2 files changed +0
-314
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { LoopNodeComponent } from '@/app/w/[id]/components/loop-node/loop-node'
1818import { NotificationList } from '@/app/w/[id]/components/notifications/notifications'
1919import { ParallelNodeComponent } from '@/app/w/[id]/components/parallel-node/parallel-node'
2020import { getBlock } from '@/blocks'
21- import { useTabSync } from '@/hooks/use-tab-sync'
2221import { useExecutionStore } from '@/stores/execution/store'
2322import { useNotificationStore } from '@/stores/notifications/store'
2423import { useVariablesStore } from '@/stores/panel/variables/store'
@@ -98,11 +97,6 @@ function WorkflowContent() {
9897 const { isDebugModeEnabled } = useGeneralStore ( )
9998 const [ dragStartParentId , setDragStartParentId ] = useState < string | null > ( null )
10099
101- // Tab synchronization hook - automatically syncs workflow when tab becomes visible
102- useTabSync ( {
103- enabled : true ,
104- } )
105-
106100 // Helper function to update a node's parent with proper position calculation
107101 const updateNodeParent = useCallback (
108102 ( nodeId : string , newParentId : string | null ) => {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments