mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 00:55:16 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user