Undo comment in fileManager

pull/1/head
ioedeveloper 5 years ago
parent 17a6463bdb
commit 74466b0f76
  1. 2
      src/app/files/fileManager.js

@ -282,7 +282,7 @@ class FileManager extends Plugin {
this.editor.open(file, content) this.editor.open(file, content)
} }
// TODO: Only keep `this.emit` (issue#2210) // TODO: Only keep `this.emit` (issue#2210)
// this.emit('currentFileChanged', file) this.emit('currentFileChanged', file)
this.events.emit('currentFileChanged', file) this.events.emit('currentFileChanged', file)
} }
}) })

Loading…
Cancel
Save