fix(editor): Set minimum zoom to 0 to allow fitting very large workflows in new canvas (no-changelog) (#10666)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user