flattentree
filip mertens 11 months ago
parent 67a55adc58
commit fe40d7a616
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

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

Loading…
Cancel
Save