Lint fixes
parent
230e4f6cce
commit
f158e4b500
|
@ -920,6 +920,7 @@ export default {
|
|||
}
|
||||
|
||||
const isCopyShortcut = event.code === 'KeyC' && metaKey;
|
||||
|
||||
if (!isCopyShortcut) event.preventDefault();
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue