diff --git a/src/components/ha-sortable.ts b/src/components/ha-sortable.ts index 1c83eef950..fc885d71ea 100644 --- a/src/components/ha-sortable.ts +++ b/src/components/ha-sortable.ts @@ -82,6 +82,9 @@ export class HaSortable extends LitElement { public connectedCallback() { super.connectedCallback(); this._shouldBeDestroy = false; + if (this.hasUpdated) { + this.requestUpdate(); + } } protected createRenderRoot() {