escHotkey.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent 7ab939b670
commit 9467f9a012

View File

@@ -52,3 +52,4 @@ export function notifyExpectedEscape(): void {
if (!registered) return if (!registered) return
requireComputerUseSwift().hotkey.notifyExpectedEscape() requireComputerUseSwift().hotkey.notifyExpectedEscape()
} }