mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
remove console.log
This commit is contained in:
parent
618e9dc278
commit
e9a641cac0
|
@ -136,7 +136,6 @@ const Script = () => {
|
||||||
(keys: Key[], e: any) => {
|
(keys: Key[], e: any) => {
|
||||||
const node = e.node;
|
const node = e.node;
|
||||||
if (node.key === select && isEditing) {
|
if (node.key === select && isEditing) {
|
||||||
console.log('do nothing');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const content = editorRef.current
|
const content = editorRef.current
|
||||||
|
|
Loading…
Reference in New Issue
Block a user