Fix frontend bug that opens more info dialog after toggle tap
This commit is contained in:
parent
9792089b57
commit
0f2a50c62f
3 changed files with 314 additions and 274 deletions
|
@ -1,2 +1,2 @@
|
||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" 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: {
|
listeners: {
|
||||||
// listening for click instead of tap as a work around
|
'tap': 'cardTapped',
|
||||||
// https://github.com/PolymerElements/iron-overlay-behavior/issues/14
|
|
||||||
'click': 'cardTapped',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
cardTapped: function() {
|
cardTapped: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue