mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
It was impossible to search people in mobile browsers because virtual keyboard used to fire resize event and the function call that we used to handle this event caused the input field to loose focus and this made it impossible to type in the people search bar. The code in this commit fixes this by simply ignoring the resize events when the user wants to search. Fixes #11795.
13 KiB
13 KiB