mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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`
|
return html`
|
||||||
<ha-control-switch
|
<ha-control-switch
|
||||||
touch-action="none"
|
|
||||||
.pathOn=${onIcon}
|
.pathOn=${onIcon}
|
||||||
.pathOff=${offIcon}
|
.pathOff=${offIcon}
|
||||||
.checked=${isOn}
|
.checked=${isOn}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user