Fix quickbar showing on ha-select (#11845)

This commit is contained in:
Bram Kragten 2022-02-24 23:24:32 +01:00 committed by GitHub
parent 3d9c31aef9
commit 5ab6121581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}