fix: stop reader key navigation leaking behind open overlays

Arrows/j/k/Home/End bubbled to the reader's window handler while a
jump/settings/action/collections/tags/context overlay was open, paging the
chapter behind it (FE-1); native select/contenteditable weren't exempt (FE-4).
New unit-tested isTypingTarget() + an overlay-open early return fix both.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-07-13 21:28:57 +02:00
parent c31830468c
commit cd5358dc9b
6 changed files with 63 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mangalord"
version = "0.128.13"
version = "0.128.14"
edition = "2021"
default-run = "mangalord"