mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-05 11:39:29 -05:00
Fix resetting any vs all
This commit is contained in:
parent
e821a885c0
commit
50ba3c1cc6
@ -114,6 +114,7 @@ export class FilterableDropdownSelectionModel {
|
|||||||
|
|
||||||
clear(fireEvent = true) {
|
clear(fireEvent = true) {
|
||||||
this.temporarySelectionStates.clear()
|
this.temporarySelectionStates.clear()
|
||||||
|
this.temporaryLogicalOperator = this._logicalOperator = 'and'
|
||||||
if (fireEvent) {
|
if (fireEvent) {
|
||||||
this.changed.next(this)
|
this.changed.next(this)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user