mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-14 23:18:21 +00:00
Fix kiosk mode not opening sidebar on toggle menu event (#29604)
This commit is contained in:
@@ -98,7 +98,7 @@ export class HomeAssistantMain extends LitElement {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (this._sidebarNarrow) {
|
||||
if (this._sidebarNarrow || this.hass.kioskMode) {
|
||||
this._drawerOpen = ev.detail?.open ?? !this._drawerOpen;
|
||||
} else {
|
||||
fireEvent(this, "hass-dock-sidebar", {
|
||||
|
||||
Reference in New Issue
Block a user