fix: set editor mode option error #755

This commit is contained in:
Hufe921
2024-08-13 21:28:49 +08:00
parent 2f272dee58
commit 500cec3e0b
+1
View File
@@ -302,6 +302,7 @@ export class Draw {
this.clearSideEffect() this.clearSideEffect()
this.range.clearRange() this.range.clearRange()
this.mode = payload this.mode = payload
this.options.mode = payload
this.render({ this.render({
isSetCursor: false, isSetCursor: false,
isSubmitHistory: false isSubmitHistory: false