mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Remove touch action none for toggle feature (#24514)
This commit is contained in:
parent
4783720aaa
commit
c3a60a9c3f
@ -163,7 +163,6 @@ class HuiToggleCardFeature extends LitElement implements LovelaceCardFeature {
|
||||
|
||||
return html`
|
||||
<ha-control-switch
|
||||
touch-action="none"
|
||||
.pathOn=${onIcon}
|
||||
.pathOff=${offIcon}
|
||||
.checked=${isOn}
|
||||
|
Loading…
x
Reference in New Issue
Block a user