switch to "Local host" when connected

pull/984/head
yann300 4 years ago
parent 9d62191fe6
commit 07064291b3
  1. 1
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

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

Loading…
Cancel
Save