产品-公式编辑器bug修改

This commit is contained in:
黎永顺 2023-05-29 16:49:45 +08:00
parent f914a9ee46
commit cc17ae7b09
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class ExcelEditor extends Component {
this.editorRef.commentRange(true, startPos, endPos);
} else {
this.editorRef.undo();
this.editorRef.undo();
// this.editorRef.undo();
}
};
insertText = text => {