Skip to content

Commit

Permalink
Fix drag and drop when switching views (#20143)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Mar 20, 2024
1 parent b658748 commit 7e1fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ha-sortable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class HaSortable extends LitElement {
super.connectedCallback();
this._shouldBeDestroy = false;
if (this.hasUpdated) {
this.requestUpdate();
this._createSortable();
}
}

Expand Down

0 comments on commit 7e1fa0c

Please sign in to comment.