mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +01:00
Fix webcomponent children of webcomponents did not get properly added when cloned.
Fixes infolog description was missing
This commit is contained in:
parent
dccf43f3e3
commit
4cafdeb359
@ -561,7 +561,7 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
this.checkCreateNamespace();
|
this.checkCreateNamespace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this._parent.addChild(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
getParent() : HTMLElement | et2_widget
|
getParent() : HTMLElement | et2_widget
|
||||||
|
Loading…
Reference in New Issue
Block a user