Merge remote-tracking branch 'origin/master' into updatescene-name

This commit is contained in:
Aakansha Doshi
2021-03-20 00:24:24 +05:30
4 changed files with 27 additions and 3 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ export const actionCopy = register({
};
},
contextItemLabel: "labels.copy",
keyTest: (event) => event[KEYS.CTRL_OR_CMD] && event.code === CODES.C,
// don't supply a shortcut since we handle this conditionally via onCopy event
keyTest: undefined,
});
export const actionCut = register({