mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
an other fix for 4c00b812ee
fixing error when trying to reply
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user