pull/3094/head
Grandschtroumpf 6 years ago committed by yann300
parent f136b41ae7
commit c23911071f
  1. 1
      src/app/files/fileManager.js

@ -40,7 +40,6 @@ class FileManager {
self._deps.gistExplorer.event.register('fileRemoved', (path) => { this.fileRemovedEvent(path) })
self._deps.localhostExplorer.event.register('errored', (event) => { this.removeTabsOf(self._deps.localhostExplorer) })
self._deps.localhostExplorer.event.register('closed', (event) => { this.removeTabsOf(self._deps.localhostExplorer) })
}
profile () {

Loading…
Cancel
Save