mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
In small screen sizes, when the user presses shortcut `w` to search for another user, the hide_all function calls in the search code path would hide the right sidebar, immediately after opening it, making the hotkey basically unusable. We fix this by extracting a separate hide method that hides all true popovers, but not the user list sidebar. Fixes #11463.