mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
click -> tap
This commit is contained in:
@@ -40,7 +40,7 @@ export default new Polymer({
|
||||
},
|
||||
|
||||
listeners: {
|
||||
'click': 'badgeTap',
|
||||
'tap': 'badgeTap',
|
||||
},
|
||||
|
||||
badgeTap(ev) {
|
||||
|
||||
Reference in New Issue
Block a user