mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Set minimum zoom to 0 to allow fitting very large workflows in new canvas (no-changelog) (#10666)
This commit is contained in:
parent
8ef9d53167
commit
fa31164a48
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue