From b66e7e8b0091fbebab7b34d6866ea634b3dbb29c Mon Sep 17 00:00:00 2001 From: ashklianko Date: Tue, 10 Sep 2024 13:26:26 +0200 Subject: [PATCH] Misc changes for the new tree- and -list api #3696 --- .../common/js/ui/selector/list/FilterableListBoxWrapper.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/assets/admin/common/js/ui/selector/list/FilterableListBoxWrapper.ts b/src/main/resources/assets/admin/common/js/ui/selector/list/FilterableListBoxWrapper.ts index 3341e14e6..1ec09af60 100644 --- a/src/main/resources/assets/admin/common/js/ui/selector/list/FilterableListBoxWrapper.ts +++ b/src/main/resources/assets/admin/common/js/ui/selector/list/FilterableListBoxWrapper.ts @@ -255,9 +255,7 @@ export class FilterableListBoxWrapper } protected handleClickOutside(): void { - this.dropdownHandle.up(); - this.applyButton.hide(); - this.listBox.hide(); + this.hideDropdown(); } handleUserSelected(item: I): void {