Skip to content

Commit

Permalink
Do not change display property of ha-menu-button
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed Jun 15, 2023
1 parent d661d2a commit 8e0f38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallpanel.js
Expand Up @@ -368,7 +368,6 @@ function setSidebarHidden(hidden) {
.querySelector("hui-root").shadowRoot
.querySelector("div.toolbar")
.querySelector("ha-menu-button");
haMenuButton.style.display = (hidden ? "none" : "initial");
const haIconButton = haMenuButton.shadowRoot
.querySelector("ha-icon-button");
const divDot = haMenuButton.shadowRoot
Expand Down

0 comments on commit 8e0f38b

Please sign in to comment.