mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix drag and drop when switching views (#20143)
This commit is contained in:
parent
b6587488d4
commit
7e1fa0cf38
@ -83,7 +83,7 @@ export class HaSortable extends LitElement {
|
||||
super.connectedCallback();
|
||||
this._shouldBeDestroy = false;
|
||||
if (this.hasUpdated) {
|
||||
this.requestUpdate();
|
||||
this._createSortable();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user