Include path as callback argument

pull/752/head
ioedeveloper 4 years ago
parent 5f18d5fe91
commit 9f4599eb7c
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer-context-menu.tsx

@ -56,7 +56,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) =>
runScript(path) runScript(path)
break break
default: default:
item.action && item.action() item.action && item.action(path)
break break
} }
hideContextMenu() hideContextMenu()

Loading…
Cancel
Save