Merge pull request #4300 from ethereum/errReac

adding matomo tracking for recentWorkspaces
pull/4276/head
yann300 12 months ago committed by GitHub
commit 79228da621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

@ -201,6 +201,7 @@ contract HelloWorld {
const handleSwichToRecentWorkspace = async (e, workspaceName) => {
e.preventDefault()
_paq.push(['trackEvent', 'hometab', 'filesSection', 'loadRecentWorkspace'])
await plugin.call('filePanel', 'switchToWorkspace', { name: workspaceName, isLocalhost: false })
}

Loading…
Cancel
Save