diff --git a/gui/app/components/layout/bottom-bar.js b/gui/app/components/layout/bottom-bar.js index 3a6420b0..91150c5f 100644 --- a/gui/app/components/layout/bottom-bar.js +++ b/gui/app/components/layout/bottom-bar.js @@ -24,6 +24,8 @@ export default Component.extend({ }, handleEvent(msg) { + if (this.get('isDestroyed') || this.get('isDestroying')) return; + if (msg === 'wait') { this.set('showWait', true); this.set('showDone', false);