Fix
Template tests / tests (push) Failing after 4m1s

This commit is contained in:
2026-07-07 12:04:08 -05:00
parent a7d398ad6a
commit 9555db9bf5
7 changed files with 163 additions and 22 deletions
+3
View File
@@ -67,6 +67,9 @@ const api = {
onState: (fn) => ipcRenderer.on('capture:state', (e, payload) => fn(payload)),
onStepUpdated: (fn) => ipcRenderer.on('step:updated', (e, payload) => fn(payload)),
},
editor: {
onZoomShortcut: (fn) => ipcRenderer.on('editor:zoom-shortcut', (e, payload) => fn(payload)),
},
archive: {
export: invoke('archive:export'),
open: invoke('archive:open'),