Commit 74466b0f authored by ioedeveloper's avatar ioedeveloper

Undo comment in fileManager

parent 17a6463b
......@@ -282,7 +282,7 @@ class FileManager extends Plugin {
this.editor.open(file, content)
}
// TODO: Only keep `this.emit` (issue#2210)
// this.emit('currentFileChanged', file)
this.emit('currentFileChanged', file)
this.events.emit('currentFileChanged', file)
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment