fix(overlay): keep Yomitan popup interactive on macOS/Windows (#177)

This commit is contained in:
2026-07-30 19:47:08 -07:00
committed by GitHub
parent 1995200e76
commit 89ed675935
5 changed files with 39 additions and 74 deletions
@@ -827,6 +827,9 @@ export function createVisibleOverlayInteractionRuntime(deps: VisibleOverlayInter
};
function tickLinuxOverlayPointerInteractionNow(): void {
if (process.platform !== 'linux') {
return;
}
if (applyLinuxOverlayInputShapeFromLatestMeasurement()) {
return;
}