Fix zoom
Template tests / tests (push) Successful in 1m52s

This commit is contained in:
2026-07-07 12:59:55 -05:00
parent 9e13ea9c40
commit 68e886c142
3 changed files with 40 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ const api = {
},
editor: {
onZoomShortcut: (fn) => ipcRenderer.on('editor:zoom-shortcut', (e, payload) => fn(payload)),
setCanvasZoomActive: (active) => ipcRenderer.send('editor:canvas-zoom-active', Boolean(active)),
},
archive: {
export: invoke('archive:export'),