+ Confirm
+
+ { action === "copy" ? "Copy" : "Move" } { file.Name } to { otherPath }?
+
+
+
+
+
+
+ )
+ }
+
+ /**
+ * Renders a simple menu to perform actions on the clicked file
+ */
+ renderMenu = () => {
+ const { cursorX, cursorY, file } = this.props.info
+ const { action } = this.state
+
+ if (file?.Name?.length && (action === "delete" || action === "")) return (
+