Skip to content

Commit 4b1e199

Browse files
committed
Increase zoom scale
1 parent 6cef9de commit 4b1e199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/components/views/canvas/canvas-view.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ export default function CanvasView({
268268
strokeWidth: 2,
269269
},
270270
}}
271+
maxZoom={4}
272+
minZoom={0.1}
271273
>
272274
<Background id={config.viewId} variant={BackgroundVariant.Dots} />
273275
</ReactFlow>

0 commit comments

Comments
 (0)