show fe on workspace change

pull/5067/head
lianahus 3 months ago
parent 41398d4af5
commit 1ffae0bf69
  1. 2
      libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

@ -129,6 +129,8 @@ function HomeTabFile({ plugin }: HomeTabFileProps) {
const handleSwichToRecentWorkspace = async (e, workspaceName) => {
e.preventDefault()
plugin.call('sidePanel', 'showContent', 'filePanel')
plugin.verticalIcons.select('filePanel')
_paq.push(['trackEvent', 'hometab', 'filesSection', 'loadRecentWorkspace'])
await plugin.call('filePanel', 'switchToWorkspace', { name: workspaceName, isLocalhost: false })
}

Loading…
Cancel
Save