mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
70c36e196c
commit
c1379c3c10
3 changed files with 1 additions and 9 deletions
|
@ -17,7 +17,7 @@ export const actionCopy = register({
|
|||
};
|
||||
},
|
||||
contextItemLabel: "labels.copy",
|
||||
// Don't assign keyTest since its handled via copy event
|
||||
keyTest: (event) => event[KEYS.CTRL_OR_CMD] && event.code === CODES.C,
|
||||
});
|
||||
|
||||
export const actionCut = register({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue