Skip to content

Commit

Permalink
fix(editor): Allow zooming when panning keycode is pressed on new can…
Browse files Browse the repository at this point in the history
…vas (#12327)
  • Loading branch information
alexgrozav authored Dec 27, 2024
1 parent 2ca37f5 commit 983e87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/canvas/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 983e87a

Please sign in to comment.