mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Et2TreeDropdown: Don't need to blur all the time
This commit is contained in:
parent
c1f902c471
commit
9f90aaf085
@ -516,8 +516,11 @@ export class Et2TreeDropdown extends SearchMixin<Constructor<any> & Et2InputWidg
|
||||
event.preventDefault();
|
||||
this.hide()
|
||||
}
|
||||
if(this.hasFocus)
|
||||
{
|
||||
this.blur();
|
||||
}
|
||||
}
|
||||
|
||||
private handleFocus()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user