mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
popover_menus: Remove hide_all from on_show functions.
Since popovers only open after a click, all popovers hide already if the clicks were outside them.
This commit is contained in:
@@ -151,7 +151,6 @@ export function on_show_prep(instance) {
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
instance.hide();
|
instance.hide();
|
||||||
});
|
});
|
||||||
popovers.hide_all();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_props_for_popover_centering(popover_props) {
|
function get_props_for_popover_centering(popover_props) {
|
||||||
|
|||||||
Reference in New Issue
Block a user