Allow ctrl-c during selection mode
parent
68fa947faf
commit
c862d1adc5
|
@ -919,7 +919,8 @@ export default {
|
|||
this.$emit('update:selection', data);
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
const isCopyShortcut = event.code === 'KeyC' && metaKey;
|
||||
if (!isCopyShortcut) event.preventDefault();
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue