Merge branch 'master' into alarmAlert

pull/1997/head
David Disu 3 years ago committed by GitHub
commit 4a8848e07c
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