fix(overlay): stabilize macOS focus handoff and sidebar Yomitan pause

- Keep overlay visible during macOS foreground probe after overlay blur
- Hold sidebar hover-pause while a Yomitan lookup popup remains open
This commit is contained in:
2026-05-22 00:31:36 -07:00
parent 3a2d7a282d
commit 1a7f015f4e
13 changed files with 364 additions and 9 deletions
+4
View File
@@ -50,6 +50,10 @@ export abstract class BaseWindowTracker {
abstract start(): void;
abstract stop(): void;
refreshNow(): Promise<void> {
return Promise.resolve();
}
getGeometry(): WindowGeometry | null {
return this.currentGeometry;
}