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 GitHub
parent e53961d395
commit b7be74e722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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