Skip to content

Commit 4a8848e

Browse files
authored
Merge branch 'master' into alarmAlert
2 parents 1c87a66 + 830bc8b commit 4a8848e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/files/fileManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class FileManager extends Plugin {
470470
}
471471

472472
currentFile () {
473-
return this._deps.config.get('currentFile')
473+
return this.editor.current()
474474
}
475475

476476
async closeAllFiles () {

0 commit comments

Comments
 (0)