diff --git a/src/components/ha-sortable.ts b/src/components/ha-sortable.ts index fc885d71ead0..b3a565dd4758 100644 --- a/src/components/ha-sortable.ts +++ b/src/components/ha-sortable.ts @@ -83,7 +83,7 @@ export class HaSortable extends LitElement { super.connectedCallback(); this._shouldBeDestroy = false; if (this.hasUpdated) { - this.requestUpdate(); + this._createSortable(); } }