mirror of https://github.com/zulip/zulip.git
inbox_ui: Change current_focus_id when clicking on inbox search.
This commit is contained in:
parent
64cc24722f
commit
3ac6f447d9
|
@ -1175,4 +1175,8 @@ export function initialize() {
|
|||
search_and_update();
|
||||
focus_inbox_search();
|
||||
});
|
||||
|
||||
$("body").on("click", "#inbox-search", () => {
|
||||
current_focus_id = INBOX_SEARCH_ID;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue