mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-02 04:53:36 +00:00 
			
		
		
		
	shortcuts: Fixed Keyboard shortcut in Firefox.
In Firefox, other Keyboard shortcuts stop working once the users presses escape to exit the search bar. Fix this by explicitly focusing the main panel after we exit search. Fixes #16394.
This commit is contained in:
		| @@ -150,6 +150,7 @@ exports.exit_search = function () { | ||||
|         // for "searching narrows", we redirect | ||||
|         window.location.href = filter.generate_redirect_url(); | ||||
|     } | ||||
|     $(".app").trigger("focus"); | ||||
| }; | ||||
|  | ||||
| exports.initialize = function () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user