diff --git a/src/components/menubar/EditMenu.tsx b/src/components/menubar/EditMenu.tsx
index 4fea079..a434dbc 100644
--- a/src/components/menubar/EditMenu.tsx
+++ b/src/components/menubar/EditMenu.tsx
@@ -37,7 +37,7 @@ function EditMenu() {
Copy
Ctrl C
- clipboard.paste(null, setSelectionLayerBlocks, setSelectionCoords, setTool)}>
+ clipboard.paste(setSelectionLayerBlocks, setSelectionCoords, setTool)}>
Paste
Ctrl V