Skip to content

Commit

Permalink
Misc changes for the new tree- and -list api #3696
Browse files Browse the repository at this point in the history
  • Loading branch information
ashklianko committed Sep 10, 2024
1 parent 5784d32 commit b66e7e8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ export class FilterableListBoxWrapper<I>
}

protected handleClickOutside(): void {
this.dropdownHandle.up();
this.applyButton.hide();
this.listBox.hide();
this.hideDropdown();
}

handleUserSelected(item: I): void {
Expand Down

0 comments on commit b66e7e8

Please sign in to comment.