1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-10 11:10:35 +02:00

Fixing autocomplete panel closing

This commit is contained in:
Patrik J. Braun 2021-05-06 22:58:32 +02:00
parent 77363f208e
commit 514168e99d

View File

@ -109,7 +109,6 @@ export class GallerySearchFieldComponent implements ControlValueAccessor, Valida
}
public onFocusLost(): void {
return;
if (this.mouseOverAutoComplete === false) {
this.autoCompleteRenders = [];
}