diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index 1f25c1d055..0d2c7b30f0 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -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() }