mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix for Sidebar view rendering issue (#11835)
This commit is contained in:
parent
30f79c5a46
commit
4e57fb1ec1
@ -69,7 +69,10 @@ export class SideBarView extends LitElement implements LovelaceViewElement {
|
|||||||
this._createCards();
|
this._createCards();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!changedProperties.has("lovelace")) {
|
if (
|
||||||
|
!changedProperties.has("lovelace") &&
|
||||||
|
!changedProperties.has("_config")
|
||||||
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user