Commit 9f4599eb authored by ioedeveloper's avatar ioedeveloper

Include path as callback argument

parent 5f18d5fe
......@@ -56,7 +56,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) =>
runScript(path)
break
default:
item.action && item.action()
item.action && item.action(path)
break
}
hideContextMenu()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment