mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Polymer 1.0: Fix more info dialog closing on toggling entity
This commit is contained in:
parent
69630a53f7
commit
63114b988f
@ -47,10 +47,6 @@
|
|||||||
this.forceStateChange();
|
this.forceStateChange();
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleClicked: function(ev) {
|
|
||||||
ev.stopPropagation();
|
|
||||||
},
|
|
||||||
|
|
||||||
toggleChanged: function(ev) {
|
toggleChanged: function(ev) {
|
||||||
var newVal = ev.target.checked;
|
var newVal = ev.target.checked;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user