mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
remove console.log
This commit is contained in:
parent
618e9dc278
commit
e9a641cac0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user