diff --git a/libs/remix-ui/workspace/src/lib/utils/index.ts b/libs/remix-ui/workspace/src/lib/utils/index.ts index ee3addda51..be6b09fd50 100644 --- a/libs/remix-ui/workspace/src/lib/utils/index.ts +++ b/libs/remix-ui/workspace/src/lib/utils/index.ts @@ -54,6 +54,18 @@ export const contextMenuActions: MenuItems = [{ type: ['folder', 'file'], multiselect: false, label: '' +}, { + id: 'copyFileName', + name: 'Copy file name', + type: ['file'], + multiselect: false, + label: '' +}, { + id: 'copyFilePath', + name: 'Copy file path', + type: ['folder', 'file'], + multiselect: false, + label: '' }, { id: 'deleteAll', name: 'Delete All',