mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
Avoid JS error on blur
This commit is contained in:
@ -729,7 +729,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
{
|
{
|
||||||
super.blur();
|
super.blur();
|
||||||
}
|
}
|
||||||
this.dropdown.hide();
|
this.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Parent should be fine now?
|
/* Parent should be fine now?
|
||||||
|
Reference in New Issue
Block a user