1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 09:37:36 +03: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:
Alex Grozav 2024-09-05 07:14:54 +03:00 committed by GitHub
parent 8ef9d53167
commit fa31164a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"