Fixed so that the clear button loads in the items

This commit is contained in:
WBHarry 2025-11-15 15:58:39 +01:00
parent c14f50a50c
commit d113ddce74

View file

@ -469,6 +469,7 @@ export class ItemBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
static resetFilters() {
this.render({ force: true });
this.loadItems();
}
static getFolderConfig(folder, property = 'columns') {