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