mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 22:07:20 +00:00
Fix quickbar showing on ha-select (#11845)
This commit is contained in:
parent
3d9c31aef9
commit
5ab6121581
@ -58,7 +58,7 @@ export default <T extends Constructor<HassElement>>(superClass: T) =>
|
||||
return false;
|
||||
}
|
||||
|
||||
if (el.parentElement.tagName === "ha-select") {
|
||||
if (el.parentElement.tagName === "HA-SELECT") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user