mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
compose: Extend empty compose navigation logic to recipient boxes.
Navigation key presses like `Up` and `PageUp` with an empty recipient boxes will now close the compose and propagate the keypress to the message list or recent topics, depending upon the active view. This extends behavior we've had for a long time with focus in the compose box itself.
This commit is contained in:
@@ -60,6 +60,7 @@ EXEMPT_FILES = make_set(
|
||||
"static/js/compose_actions.js",
|
||||
"static/js/compose_closed_ui.js",
|
||||
"static/js/compose_fade.js",
|
||||
"static/js/compose_state.js",
|
||||
"static/js/compose_ui.js",
|
||||
"static/js/compose_validate.js",
|
||||
"static/js/composebox_typeahead.js",
|
||||
|
||||
Reference in New Issue
Block a user