|
|
@ -90,6 +90,7 @@ export const Workspace = (props: WorkspaceProps) => { |
|
|
|
useEffect(() => { |
|
|
|
useEffect(() => { |
|
|
|
props.localhost.event.register('connected', () => { |
|
|
|
props.localhost.event.register('connected', () => { |
|
|
|
remixdExplorer.show() |
|
|
|
remixdExplorer.show() |
|
|
|
|
|
|
|
setWorkspace(LOCALHOST) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
props.localhost.event.register('disconnected', () => { |
|
|
|
props.localhost.event.register('disconnected', () => { |
|
|
|