mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
Adjusted min zoom
This commit is contained in:
@@ -305,7 +305,7 @@ function WorkflowContent() {
|
||||
onDrop={onDrop}
|
||||
onDragOver={(e) => e.preventDefault()}
|
||||
fitView
|
||||
minZoom={0.2}
|
||||
minZoom={0.4}
|
||||
maxZoom={1}
|
||||
panOnScroll
|
||||
defaultEdgeOptions={{ type: 'custom' }}
|
||||
|
||||
Reference in New Issue
Block a user