mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
an other fix for 4c00b812ee0e27cdd43fb91cac6c9e75e896519e 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…
x
Reference in New Issue
Block a user