aboutsummaryrefslogtreecommitdiff
path: root/src/client/goldenLayout.js
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-11-10 19:59:13 -0500
committerbobzel <zzzman@gmail.com>2022-11-10 19:59:13 -0500
commit90bf9ea9e32ed695a36d0334e99fd859bbe51c15 (patch)
tree7e95e2853f9d6d791bd5e2c2420cb4ba09d31933 /src/client/goldenLayout.js
parent898fee3d4178eab6bdacea156b8aabc47213fc06 (diff)
made alternate image use a field data-useAlt. added alt images to preselements. fixed removing TabDoc documentviews from document view list. added playing audio tags to preselements
Diffstat (limited to 'src/client/goldenLayout.js')
-rw-r--r--src/client/goldenLayout.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/goldenLayout.js b/src/client/goldenLayout.js
index bc08b4d0b..9cb20d834 100644
--- a/src/client/goldenLayout.js
+++ b/src/client/goldenLayout.js
@@ -5408,6 +5408,7 @@
* @returns {void}
*/
_destroy: function () {
+ this._reactComponent.unmount();
// ReactDOM.unmountComponentAtNode(this._container.getElement()[0]);
this._container.off('open', this._render, this);
this._container.off('destroy', this._destroy, this);