Commit ef7d5f4b authored by yann300's avatar yann300 Committed by ioedeveloper

hide/show explorer

parent c4dfc12b
......@@ -37,6 +37,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
deactivate () {
this.fileSystemExplorer.hide()
if (super.socket) super.deactivate()
this.locahostProvider.close((error) => {
if (error) console.log(error)
......@@ -44,6 +45,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
activate () {
this.fileSystemExplorer.show()
this.connectToLocalhost()
}
......
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