Merge pull request #2001 from ethereum/current-file

Get current file from editor
pull/5370/head
David Disu 3 years ago committed by GitHub
commit 7b6a3d71c5
  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