pull/5370/head
lianahus 2 years ago
parent 97e40beb3d
commit 3d7a5ad96b
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-explorer-context-menu.tsx

@ -108,7 +108,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) =>
break
case 'Paste':
paste(path, type)
_paq.push(['trackEvent', 'fileExplorer', 'contextMenu', 'past'])
_paq.push(['trackEvent', 'fileExplorer', 'contextMenu', 'paste'])
break
case 'Delete All':
deletePath(getPath())

Loading…
Cancel
Save