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