Skip to content

Commit

Permalink
fix(editor): Set minimum zoom to 0 to allow fitting very large workfl…
Browse files Browse the repository at this point in the history
…ows in new canvas (no-changelog) (#10666)
  • Loading branch information
alexgrozav authored Sep 5, 2024
1 parent 8ef9d53 commit fa31164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/canvas/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ provide(CanvasKey, {
pan-on-scroll
snap-to-grid
:snap-grid="[GRID_SIZE, GRID_SIZE]"
:min-zoom="0.2"
:min-zoom="0"
:max-zoom="4"
:class="classes"
:selection-key-code="selectionKeyCode"
Expand Down

0 comments on commit fa31164

Please sign in to comment.