mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Don't re-focus on the search box after ending the search.
(imported from commit 35bffb245ad9dc58b394a1c5228b32db4830f2bd)
This commit is contained in:
@@ -114,7 +114,7 @@ function process_hotkey(code) {
|
||||
respond_to_message("personal");
|
||||
return process_hotkey;
|
||||
case 47: // '/': initiate search
|
||||
clear_search();
|
||||
initiate_search();
|
||||
return process_hotkey;
|
||||
case 63: // '?': Show keyboard shortcuts page
|
||||
$('#keyboard-shortcuts').modal('show');
|
||||
|
||||
Reference in New Issue
Block a user