fix autocomplete selection from laptop touchpad

This commit is contained in:
Sofia Papacharalampous 2024-04-25 17:15:30 +03:00
parent ea3b1a762d
commit 945aa9ee30
1 changed files with 3 additions and 3 deletions

View File

@ -182,9 +182,9 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
this.focused = !!origin; this.focused = !!origin;
this.stateChanges.next(); this.stateChanges.next();
if (!this.focused) { // if (!this.focused) {
this.autocompleteTrigger?.closePanel(); // this.autocompleteTrigger?.closePanel();
} // }
}); });
if (this.ngControl != null) { if (this.ngControl != null) {