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
|
||||
<MenubarShortcut>Ctrl C</MenubarShortcut>
|
||||
</MenubarItem>
|
||||
<MenubarItem onClick={() => clipboard.paste(null, setSelectionLayerBlocks, setSelectionCoords, setTool)}>
|
||||
<MenubarItem onClick={() => clipboard.paste(setSelectionLayerBlocks, setSelectionCoords, setTool)}>
|
||||
Paste
|
||||
<MenubarShortcut>Ctrl V</MenubarShortcut>
|
||||
</MenubarItem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue