remove console.log

This commit is contained in:
luckrnx09 2023-11-24 20:07:20 +08:00
parent 618e9dc278
commit e9a641cac0

View File

@ -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