mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Update panel.html
This commit is contained in:
parent
548d154cd8
commit
d5e652d244
@ -409,7 +409,7 @@ Polymer({
|
|||||||
|
|
||||||
// Unmount React node when panel no longer in use.
|
// Unmount React node when panel no longer in use.
|
||||||
detached: function () {
|
detached: function () {
|
||||||
ReactDOM.unmountComponentAtNode(this);
|
ReactDOM.unmountComponentAtNode(this.$.mount);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user