fix: hide popover after clearing filters

This commit is contained in:
barredterra 2023-03-14 16:54:15 +01:00
parent 8500f61b8a
commit eb398097b7

View file

@ -141,6 +141,7 @@ frappe.ui.FilterGroup = class {
this.clear_filters();
}
this.on_change();
this.hide_popover();
});
this.wrapper.find(".apply-filters").on("click", () => this.hide_popover());