mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Avoid JS error on blur
This commit is contained in:
parent
472ee73dda
commit
1d1b3f5947
@ -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?
|
||||||
|
Loading…
Reference in New Issue
Block a user