diff --git a/lib/component.js b/lib/component.js index 67fe1ff1..cb34ffb5 100644 --- a/lib/component.js +++ b/lib/component.js @@ -351,7 +351,7 @@ class Component extends WebComponent { this._applyStyles(newVal); } - if (this.isPanelRoot && this.initialized) { + if (this.initialized) { this.update(); } }