fix(overlay): capture click-away on transparent space for macOS Yomitan

- Add `isOverYomitanPopup` state; set on popup mouse enter/leave events
- Keep overlay interactive while popup visible so transparent-space clicks close the popup before passing through to mpv
- Release click capture when popup hidden
This commit is contained in:
2026-06-14 02:15:53 -07:00
parent 0ff77eebc3
commit b29677f5be
6 changed files with 193 additions and 4 deletions
+1
View File
@@ -2,3 +2,4 @@ type: fixed
area: overlay
- Fixed macOS Yomitan popup focus after card mining or popup reload while still allowing click-away to close the popup without a hide/reappear cycle.
- Fixed macOS Yomitan popups staying open when clicking transparent overlay space; click-away is captured for popup close, then passthrough returns to mpv.