mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-17 15:59:41 +08:00
Fix: copy & move file
This commit is contained in:
parent
22b4065873
commit
feb784d1ab
@ -245,13 +245,13 @@ const menuList = (record: DataType) =>
|
||||
label: t("TXT_CODE_46c4169b"),
|
||||
key: "cut",
|
||||
icon: h(ScissorOutlined),
|
||||
onClick: () => setClipBoard("move", record.name)
|
||||
onClick: () => setClipBoard("move")
|
||||
},
|
||||
{
|
||||
label: t("TXT_CODE_13ae6a93"),
|
||||
key: "copy",
|
||||
icon: h(CopyOutlined),
|
||||
onClick: () => setClipBoard("copy", record.name)
|
||||
onClick: () => setClipBoard("copy")
|
||||
},
|
||||
{
|
||||
label: t("TXT_CODE_c83551f5"),
|
||||
|
Loading…
Reference in New Issue
Block a user