Merge pull request #2001 from ethereum/current-file

Get current file from editor
pull/1997/head^2
David Disu 3 years ago committed by GitHub
commit 830bc8bd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/files/fileManager.ts

@ -470,7 +470,7 @@ class FileManager extends Plugin {
}
currentFile () {
return this._deps.config.get('currentFile')
return this.editor.current()
}
async closeAllFiles () {

Loading…
Cancel
Save