We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adfd894 + e25cefb commit 3ed0a8fCopy full SHA for 3ed0a8f
1 file changed
dist/custom-sidebar.js
@@ -151,7 +151,7 @@ function getSidebar() {
151
root = root && root.querySelector("app-drawer-layout app-drawer");
152
root = root && root.querySelector("ha-sidebar");
153
root = root && root.shadowRoot;
154
- TitleElement = root && root.querySelector('span') ? root.querySelector('span') : null ;
+ TitleElement = root && root.querySelector('.title') ? root.querySelector('.title') : null ;
155
root = root && root.querySelector("paper-listbox");
156
return root;
157
}
0 commit comments