Lint fixes

pull/7160/head
tugcekucukoglu 2025-01-28 11:33:24 +03:00
parent 230e4f6cce
commit f158e4b500
1 changed files with 1 additions and 0 deletions

View File

@ -920,6 +920,7 @@ export default {
}
const isCopyShortcut = event.code === 'KeyC' && metaKey;
if (!isCopyShortcut) event.preventDefault();
break;