Merge pull request #2481 from ethereum/yann300-patch-41

fix setting the current file
pull/2483/head
yann300 2 years ago committed by GitHub
commit 2d416497f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/editor/editor.js

@ -165,7 +165,7 @@ class Editor extends Plugin {
}
}
}
if (name === this.currentFile) {
if (name !== this.currentFile) {
this.currentFile = name
this.renderComponent()
}

Loading…
Cancel
Save