Fix drag and drop when switching views (#20143)

This commit is contained in:
Paul Bottein
2024-03-20 10:43:30 +01:00
committed by GitHub
parent b6587488d4
commit 7e1fa0cf38

View File

@@ -83,7 +83,7 @@ export class HaSortable extends LitElement {
super.connectedCallback();
this._shouldBeDestroy = false;
if (this.hasUpdated) {
this.requestUpdate();
this._createSortable();
}
}