Merge branch 'dev' into feat/task-decomposition-copilot

This commit is contained in:
An Vy Le
2026-04-16 02:06:31 +02:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ export const Flow = () => {
event.preventDefault();
}}
maxZoom={2}
minZoom={0.1}
minZoom={0.05}
onDragOver={onDragOver}
onDrop={onDrop}
nodesDraggable={!isLocked}