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:
Aman Agrawal
2023-10-03 11:36:05 +00:00
committed by Tim Abbott
parent 4e4daf2ce5
commit 6cfb7239c8

View File

@@ -151,7 +151,6 @@ export function on_show_prep(instance) {
e.stopPropagation();
instance.hide();
});
popovers.hide_all();
}
function get_props_for_popover_centering(popover_props) {