Fix resetting any vs all

This commit is contained in:
Michael Shamoon 2021-01-20 18:38:49 -08:00
parent 893dcd9f28
commit 8f08201633

View File

@ -114,6 +114,7 @@ export class FilterableDropdownSelectionModel {
clear(fireEvent = true) {
this.temporarySelectionStates.clear()
this.temporaryLogicalOperator = this._logicalOperator = 'and'
if (fireEvent) {
this.changed.next(this)
}