mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user