This commit is contained in:
Vanessa 2023-09-13 10:17:15 +08:00
parent 946295913d
commit 5d3855aa09

View file

@ -102,7 +102,6 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
if (!matchHotKey("⌘C", event) && endElement && !nodeElement.isSameNode(endElement)) {
event.stopPropagation();
event.preventDefault();
console.log(event);
return;
}