mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
New function `hide_all_user_info_popovers` closes all user info popovers, instead of calling multiple functions everytime to close user info popover now we can just call this new function. This commit is a follow-up of #21460.