Fix apply button should reset state on close dropdown

This commit is contained in:
shamoon 2023-02-18 14:29:49 -08:00
parent abc58000b4
commit 66e23bd356

View File

@ -358,6 +358,7 @@ export class FilterableDropdownComponent {
}, 0)
if (this.editing) {
this.selectionModel.reset()
this.modelIsDirty = false
}
this.opened.next(this)
} else {