mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Add missing control button events to new canvas (no-changelog) (#10471)
This commit is contained in:
@@ -470,7 +470,7 @@ watch(() => props.readOnly, setReadonly, {
|
||||
:position="controlsPosition"
|
||||
:show-interactive="false"
|
||||
:zoom="zoom"
|
||||
@fit-view="onFitView"
|
||||
@zoom-to-fit="onFitView"
|
||||
@zoom-in="onZoomIn"
|
||||
@zoom-out="onZoomOut"
|
||||
@reset-zoom="onResetZoom"
|
||||
|
||||
Reference in New Issue
Block a user