|
|
|
@ -113,38 +113,6 @@ module.exports = class Filepanel extends ViewPlugin { |
|
|
|
|
fileSystemExplorer.hide() |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
fileExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
fileSystemExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
swarmExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
githubExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
gistExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
httpExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
httpsExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
ipfsExplorer.events.register('focus', function (path) { |
|
|
|
|
self._deps.fileManager.switchFile(path) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
self.render = function render () { return element } |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|