Prevent tapping to go through overlay

This commit is contained in:
Paulus Schoutsen 2016-01-12 23:39:08 -08:00
parent 234d7bb828
commit 1ab2eb356e

View File

@ -21,7 +21,7 @@ export default new Polymer({
},
listeners: {
'click': 'badgeTap',
'tap': 'badgeTap',
},
badgeTap(ev) {