switch to another file when file removed

pull/1/head
yann300 6 years ago
parent 8ce4b6bc72
commit 4604657649
  1. 1
      src/app/files/fileManager.js

@ -85,6 +85,7 @@ class FileManager {
self._deps.editor.discardCurrentSession()
delete this.tabbedFiles[path]
this.refreshTabs()
this.switchFile()
}
// Display files that have already been selected

Loading…
Cancel
Save