mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fix apply button should reset state on close dropdown
This commit is contained in:
parent
abc58000b4
commit
66e23bd356
1 changed files with 1 additions and 0 deletions
|
|
@ -358,6 +358,7 @@ export class FilterableDropdownComponent {
|
|||
}, 0)
|
||||
if (this.editing) {
|
||||
this.selectionModel.reset()
|
||||
this.modelIsDirty = false
|
||||
}
|
||||
this.opened.next(this)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue