rxjs7 compatibility

This commit is contained in:
Michael Shamoon
2022-03-14 16:23:14 -07:00
parent 0d7438e398
commit 3653045922
2 changed files with 27 additions and 27 deletions

View File

@@ -356,7 +356,7 @@ export class FilterableDropdownComponent {
if (this.editing) {
this.selectionModel.reset()
}
this.open.next()
this.open.next(this)
} else {
this.filterText = ''
if (this.applyOnClose && this.selectionModel.isDirty()) {