Polymer 1.0: Fix more info dialog closing on toggling entity

This commit is contained in:
Paulus Schoutsen 2015-05-28 00:02:18 -07:00
parent 69630a53f7
commit 63114b988f

View File

@ -47,10 +47,6 @@
this.forceStateChange();
},
toggleClicked: function(ev) {
ev.stopPropagation();
},
toggleChanged: function(ev) {
var newVal = ev.target.checked;