mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-18 21:18:24 +02:00
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")
|
else if(event.key == "Escape")
|
||||||
{
|
{
|
||||||
this._handleSearchAbort(event);
|
this._handleSearchAbort(event);
|
||||||
|
this.dropdown.hide();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user