Merge branch 'master' into github

pull/1585/head
bunsenstraat 3 years ago committed by GitHub
commit 623434a19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/remix-ide/src/app.js
  2. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer-context-menu.tsx

@ -521,6 +521,5 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
const framingService = new FramingService(sidePanel, menuicons, mainview, this._components.resizeFeature)
if (params.embed) framingService.embed()
if (params.code) framingService.code()
framingService.start(params)
}

@ -108,7 +108,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) =>
deletePath(getPath())
break
default:
_paq.push(['trackEvent', 'fileExplorer', 'customAction', item.name])
_paq.push(['trackEvent', 'fileExplorer', 'customAction', `${item.id}/${item.name}`])
emit && emit({ ...item, path: [path] } as customAction)
break
}

Loading…
Cancel
Save