add comment

TestBranch
sarthakmarwaha55 3 years ago
parent a67e04bdc4
commit 0ed1b60a97

@ -134,6 +134,7 @@ export abstract class Component {
const newElements = this.createElements(); const newElements = this.createElements();
referenceElement.replaceWith(...newElements); referenceElement.replaceWith(...newElements);
// Required because it renders itself in this case
this.notifyMounted({ this.notifyMounted({
parent: this.parent_, parent: this.parent_,
}) })

Loading…
Cancel
Save