switch to another file when file removed

pull/1/head
yann300 7 years ago
parent 35f9f77a33
commit 6d204eae29
  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