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