diff --git a/src/editor/core/draw/Draw.ts b/src/editor/core/draw/Draw.ts index d3ecd7e..f0ca513 100644 --- a/src/editor/core/draw/Draw.ts +++ b/src/editor/core/draw/Draw.ts @@ -302,6 +302,7 @@ export class Draw { this.clearSideEffect() this.range.clearRange() this.mode = payload + this.options.mode = payload this.render({ isSetCursor: false, isSubmitHistory: false