mdbook/crates/mdbook-html/front-end
Eric Huss c5c31bb9f5 Fix global keypress handler with the ACE editor
This fixes an issue where pressing `?` inside the ACE editor was opening
the help popup. The solution here is to ensure that the global keypress
handler works the same as the one used in the search handler.

Fortunately other keypresses like left and right were working OK because
ACE was doing something like stopPropagation (I'm not sure exactly).

Fixes https://github.com/rust-lang/mdBook/issues/3064
2026-05-04 11:48:41 -07:00
..
css Fix nested admonitions using wrong header color 2026-02-22 20:44:05 -05:00
fonts Use embedded SVG instead of fonts for icons 2025-08-14 20:14:55 -07:00
images Move theme to mdbook-html 2025-07-23 17:40:52 -07:00
js Fix global keypress handler with the ACE editor 2026-05-04 11:48:41 -07:00
playground_editor Move theme to mdbook-html 2025-07-23 17:40:52 -07:00
searcher Fix global keypress handler with the ACE editor 2026-05-04 11:48:41 -07:00
templates Fix sidebar scroll position when heading nav is involved 2025-12-11 11:13:47 -08:00