mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
This commit is contained in:
parent
946295913d
commit
5d3855aa09
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue