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

- Restrict the cursor-based interaction tick to Linux; macOS/Windows already drive interaction state from renderer hover, which knows about Yomitan popups sitting off the measured subtitle rects
- Fixes popup going inert after mining: outside clicks no longer pass through to mpv (with overlay flicker) and scroll no longer seeks mpv instead of scrolling the popup
- Remove stale generated release/release-notes.md
This commit is contained in:
2026-07-30 19:01:46 -07:00
parent 1995200e76
commit 195b368db6
5 changed files with 39 additions and 74 deletions
@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Fixed the macOS Yomitan popup going inert after mining a card: clicking outside the popup no longer passes through to mpv (with the overlay flickering hidden and shown), and scrolling over the popup scrolls its definitions again instead of seeking mpv.