1
mirror of https://github.com/home-assistant/frontend synced 2024-10-03 06:57:32 +02:00

Fix tap bug

This commit is contained in:
Paulus Schoutsen 2015-08-30 04:25:48 +08:00
parent e664a317e3
commit 28d1be0cf8

View File

@ -16,7 +16,7 @@
<paper-toggle-button class='self-center'
checked="[[toggleChecked]]"
on-change="toggleChanged"
on-tap="toggleTapped">
on-click="toggleTapped">
</paper-toggle-button>
</div>