Commit 8eafbd82 authored by Liana Husikyan's avatar Liana Husikyan Committed by yann300

Update fileManager.js

parent 75faf3fc
...@@ -520,8 +520,6 @@ class FileManager extends Plugin { ...@@ -520,8 +520,6 @@ class FileManager extends Plugin {
return this.appManager.isActive('remixd') return this.appManager.isActive('remixd')
} }
saveCurrentFile () { saveCurrentFile () {
var currentFile = this._deps.config.get('currentFile') var currentFile = this._deps.config.get('currentFile')
if (currentFile && this.editor.current()) { if (currentFile && this.editor.current()) {
......
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