Merge branch 'hotfix/V2-20230505' into develop
This commit is contained in:
commit
6e9806ed82
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue