Merge branch 'master' into editorIss

pull/5370/head
Liana Husikyan 3 years ago committed by GitHub
commit 772a063c46
  1. 1
      apps/remix-ide/src/app/editor/editor.js

@ -155,6 +155,7 @@ class Editor extends Plugin {
}
_switchSession (path) {
if (path === this.currentFile) return
this.triggerEvent('sessionSwitched', [])
this.currentFile = path
this.renderComponent()

Loading…
Cancel
Save