mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Remove touch action none for toggle feature (#24514)
This commit is contained in:
parent
e53961d395
commit
b7be74e722
@ -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