mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Prevent mwc-list-item from opening up quick-bar (#10317)
This commit is contained in:
parent
b576c3de40
commit
bb2fe650ac
@ -58,6 +58,10 @@ export default <T extends Constructor<HassElement>>(superClass: T) =>
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (el.parentElement.tagName === "MWC-SELECT") {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (el.tagName !== "INPUT") {
|
if (el.tagName !== "INPUT") {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user