mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (el.parentElement.tagName === "ha-select") {
|
if (el.parentElement.tagName === "HA-SELECT") {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user