Stop nextmatch from making a popup dirty if a filter changes

This commit is contained in:
nathan 2023-01-19 14:40:18 -07:00
parent 5fe8f2642a
commit 802a312839

View File

@ -3705,6 +3705,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
const set = {}; const set = {};
set[select.id] = select.getValue(); set[select.id] = select.getValue();
this.nextmatch.applyFilters(set); this.nextmatch.applyFilters(set);
select.resetDirty();
}); });
} }
// Sometimes the filter does not display the current value // Sometimes the filter does not display the current value