Commit 9f4599eb authored by ioedeveloper's avatar ioedeveloper

Include path as callback argument

parent 5f18d5fe
...@@ -56,7 +56,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) => ...@@ -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()
......
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