Skip to content

Commit bf124a4

Browse files
committed
zoom out
1 parent ec1133f commit bf124a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/scenes/frame/panels/Diagram/Diagram.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function Diagram_({ sceneId }: DiagramProps) {
262262
onDrop={onDrop}
263263
onDragOver={onDragOver}
264264
onWheel={onWheel}
265-
minZoom={0.2}
265+
minZoom={0.05}
266266
maxZoom={4}
267267
proOptions={{ hideAttribution: true }}
268268
deleteKeyCode={['Backspace', 'Delete']}

0 commit comments

Comments
 (0)