mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Merge branch 'dev'
This commit is contained in:
commit
453b1000c1
@ -287,7 +287,7 @@ class HaSidebar extends LitElement {
|
||||
if (changedProps.has("alwaysExpand")) {
|
||||
this.expanded = this.alwaysExpand;
|
||||
}
|
||||
if (SUPPORT_SCROLL_IF_NEEDED && !changedProps.has("hass")) {
|
||||
if (SUPPORT_SCROLL_IF_NEEDED || !changedProps.has("hass")) {
|
||||
return;
|
||||
}
|
||||
const oldHass = changedProps.get("hass") as HomeAssistant | undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user