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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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