forked from home-assistant/core
Polymer 1.0: Fix more info dialog closing on toggling entity
This commit is contained in:
@@ -47,10 +47,6 @@
|
||||
this.forceStateChange();
|
||||
},
|
||||
|
||||
toggleClicked: function(ev) {
|
||||
ev.stopPropagation();
|
||||
},
|
||||
|
||||
toggleChanged: function(ev) {
|
||||
var newVal = ev.target.checked;
|
||||
|
||||
|
Reference in New Issue
Block a user