|
|
|
@ -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_,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|