Merge branch 'master' of https://github.com/ethereum/remix-project into remixd_terminal

pull/5370/head
davidzagi93@gmail.com 3 years ago
commit 67280d639e
  1. 3
      apps/remix-ide/src/app/tabs/test-tab.js

@ -74,7 +74,8 @@ module.exports = class TestTab extends ViewPlugin {
onDeactivation () { onDeactivation () {
this.off('filePanel', 'newTestFileCreated') this.off('filePanel', 'newTestFileCreated')
this.off('filePanel', 'setWorkspace') this.off('filePanel', 'setWorkspace')
this.fileManager.events.removeListener('currentFileChanged', this.updateForNewCurrent) // 'currentFileChanged' event is added more than once
this.fileManager.events.removeAllListeners('currentFileChanged')
} }
listenToEvents () { listenToEvents () {

Loading…
Cancel
Save