fix: hide popover after clearing filters
This commit is contained in:
parent
8500f61b8a
commit
eb398097b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue