Files
SubMiner/changes/macos-yomitan-popup-focus.md
T
sudacode b29677f5be 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
2026-06-14 02:15:53 -07:00

6 lines
333 B
Markdown

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.