fix: add missing freeDrag to MiniFlowGraph context

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Guilhem
2026-03-02 10:22:31 +00:00
parent 5e0c93c7b2
commit a45759da3e
@@ -38,6 +38,7 @@
selectionManager: new SelectionManager(),
useDataflow: writable(false),
showAssets: writable(false),
freeDrag: writable(false),
diffManager: createFlowDiffManager()
})