aboutsummaryrefslogtreecommitdiff
path: root/src/client/goldenLayout.js
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-12 22:56:13 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-12 22:56:13 -0400
commitf52f5a408c62b93ae79eb690ff86538a6fbf60ed (patch)
treeed14cb2dc0610a6b98f4f8e09ca34b0e6fcd177f /src/client/goldenLayout.js
parent2d0063aa868f6f26b0c7717d65f0f5cf2cfab8df (diff)
Started adding flyout to go up a level
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 56a71f1ac..ab2bcefed 100644
--- a/src/client/goldenLayout.js
+++ b/src/client/goldenLayout.js
@@ -2902,6 +2902,7 @@
* @returns {void}
*/
_$destroy: function () {
+ this._layoutManager.emit('tabDestroyed', this);
this.element.off('mousedown touchstart', this._onTabClickFn);
this.closeElement.off('click touchstart', this._onCloseClickFn);
if (this._dragListener) {