Fix webcomponent children of webcomponents did not get properly added when cloned.

Fixes infolog description was missing
This commit is contained in:
nathan 2021-09-03 13:08:49 -06:00
parent dccf43f3e3
commit 4cafdeb359

View File

@ -561,7 +561,7 @@ const Et2WidgetMixin = (superClass) =>
this.checkCreateNamespace(); this.checkCreateNamespace();
} }
} }
this._parent.addChild(this);
} }
getParent() : HTMLElement | et2_widget getParent() : HTMLElement | et2_widget