Commit 6a8a134a authored by ioedeveloper's avatar ioedeveloper

Remove unused prop

parent 378e8155
...@@ -33,7 +33,6 @@ export interface FileExplorerContextMenuProps { ...@@ -33,7 +33,6 @@ export interface FileExplorerContextMenuProps {
deletePath: (path: string) => void, deletePath: (path: string) => void,
renamePath: (path: string, type: string) => void, renamePath: (path: string, type: string) => void,
hideContextMenu: () => void, hideContextMenu: () => void,
extractParentFromKey?: (key: string) => string,
publishToGist?: () => void, publishToGist?: () => void,
runScript?: (path: string) => void, runScript?: (path: string) => void,
pageX: number, pageX: number,
......
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