Horizontal blocks by default

This commit is contained in:
Emir Karabeg
2025-02-10 02:54:56 -08:00
parent fde430ff1e
commit 980ca6d116
+1
View File
@@ -141,6 +141,7 @@ export const useWorkflowStore = create<WorkflowStoreWithHistory>()(
subBlocks,
outputs,
enabled: true,
horizontalHandles: true,
},
},
edges: [...get().edges],