diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 6e2f50d3..a459f380 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -136,7 +136,6 @@ const Script = () => { (keys: Key[], e: any) => { const node = e.node; if (node.key === select && isEditing) { - console.log('do nothing'); return; } const content = editorRef.current