forked from extern/egroupware
Pressing escape while in search now closes dropdown
This commit is contained in:
parent
074a03f2ec
commit
171c9c02cb
@ -818,6 +818,7 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
||||
else if(event.key == "Escape")
|
||||
{
|
||||
this._handleSearchAbort(event);
|
||||
this.dropdown.hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user