Remove touch action none for toggle feature (#24514)

This commit is contained in:
Paul Bottein 2025-03-05 10:25:00 +01:00 committed by Bram Kragten
parent 4783720aaa
commit c3a60a9c3f

View File

@ -163,7 +163,6 @@ class HuiToggleCardFeature extends LitElement implements LovelaceCardFeature {
return html`
<ha-control-switch
touch-action="none"
.pathOn=${onIcon}
.pathOff=${offIcon}
.checked=${isOn}