mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Only care about children one level deep, they'll handle their own children
This commit is contained in:
parent
a834809423
commit
f3b83cbd32
@ -321,7 +321,7 @@ export const Et2WidgetWithSelectMixin = <T extends Constructor<LitElement>>(supe
|
||||
{
|
||||
this.select_options = new_options;
|
||||
}
|
||||
let others = _node.querySelectorAll(":not(option)");
|
||||
let others = _node.querySelectorAll(":scope > :not(option)");
|
||||
// Load the child nodes.
|
||||
others.forEach((node) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user