mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Allow zooming when panning keycode is pressed on new canvas (#12327)
This commit is contained in:
@@ -661,6 +661,7 @@ provide(CanvasKey, {
|
||||
:min-zoom="0"
|
||||
:max-zoom="4"
|
||||
:selection-key-code="selectionKeyCode"
|
||||
:zoom-activation-key-code="panningKeyCode"
|
||||
:pan-activation-key-code="panningKeyCode"
|
||||
:disable-keyboard-a11y="true"
|
||||
data-test-id="canvas"
|
||||
|
||||
Reference in New Issue
Block a user