产品-公式编辑器bug修改
This commit is contained in:
parent
f914a9ee46
commit
cc17ae7b09
|
|
@ -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