From 5d3855aa09e53b20c8956f767b500460004857c4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 13 Sep 2023 10:17:15 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9175 --- app/src/protyle/wysiwyg/keydown.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/keydown.ts b/app/src/protyle/wysiwyg/keydown.ts index c3fc9ec2e..c57478569 100644 --- a/app/src/protyle/wysiwyg/keydown.ts +++ b/app/src/protyle/wysiwyg/keydown.ts @@ -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; }