hotkey: Avoid inconsistent hotkey handling.

Pressing `r` to open compose box, or search via hotkey didn't work
for gear menu while it worked for other popovers. So, this is an
attempt to unify that behavior so that if the hotkeys are not
handles the navbar_menus popovers, then can be handled elsewhere.
This commit is contained in:
Aman Agrawal
2023-10-21 09:38:49 +00:00
committed by Tim Abbott
parent a210006ecd
commit 2b9dc1f398
6 changed files with 73 additions and 25 deletions

View File

@@ -152,6 +152,7 @@ EXEMPT_FILES = make_set(
"web/src/narrow_history.js",
"web/src/narrow_title.js",
"web/src/navbar_alerts.js",
"web/src/navbar_menus.js",
"web/src/navigate.js",
"web/src/overlay_util.ts",
"web/src/overlays.ts",