mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Fix frontend bug that opens more info dialog after toggle tap
This commit is contained in:
parent
9792089b57
commit
0f2a50c62f
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "ddf42f54c15daf472d4c8641fab8d418"
|
||||
VERSION = "db1ec3e116565340804da0e590058d60"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -38,9 +38,7 @@
|
||||
},
|
||||
|
||||
listeners: {
|
||||
// listening for click instead of tap as a work around
|
||||
// https://github.com/PolymerElements/iron-overlay-behavior/issues/14
|
||||
'click': 'cardTapped',
|
||||
'tap': 'cardTapped',
|
||||
},
|
||||
|
||||
cardTapped: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user