Merge branch 'hotfix/V2-20230505' into develop

This commit is contained in:
黎永顺 2023-05-29 16:50:09 +08:00
commit 6e9806ed82
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 => {