1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00

Update panel.html

This commit is contained in:
Paulus Schoutsen
2016-07-29 09:28:15 -07:00
committed by GitHub
parent 548d154cd8
commit d5e652d244

View File

@@ -409,7 +409,7 @@ Polymer({
// Unmount React node when panel no longer in use.
detached: function () {
ReactDOM.unmountComponentAtNode(this);
ReactDOM.unmountComponentAtNode(this.$.mount);
},
});
</script>