mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-03-29 03:29:11 +00:00
fix: unnecessary argument in edit menu clipboard.copy()
This commit is contained in:
parent
b59175f24d
commit
b0a4a8fff6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function EditMenu() {
|
||||||
Copy
|
Copy
|
||||||
<MenubarShortcut>Ctrl C</MenubarShortcut>
|
<MenubarShortcut>Ctrl C</MenubarShortcut>
|
||||||
</MenubarItem>
|
</MenubarItem>
|
||||||
<MenubarItem onClick={() => clipboard.paste(null, setSelectionLayerBlocks, setSelectionCoords, setTool)}>
|
<MenubarItem onClick={() => clipboard.paste(setSelectionLayerBlocks, setSelectionCoords, setTool)}>
|
||||||
Paste
|
Paste
|
||||||
<MenubarShortcut>Ctrl V</MenubarShortcut>
|
<MenubarShortcut>Ctrl V</MenubarShortcut>
|
||||||
</MenubarItem>
|
</MenubarItem>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue