mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
an other fix for 4c00b812ee
fixing error when trying to reply
This commit is contained in:
parent
7ac70ac8ee
commit
d8d8429622
@ -409,7 +409,7 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
||||
|
||||
protected get _activeControls()
|
||||
{
|
||||
return this.shadowRoot.querySelector(".search_input") ||
|
||||
return this.shadowRoot?.querySelector(".search_input") ||
|
||||
this.querySelector(".search_input");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user