diff --git a/src/editor/core/command/CommandAdapt.ts b/src/editor/core/command/CommandAdapt.ts index 4cdd86a..ced065a 100644 --- a/src/editor/core/command/CommandAdapt.ts +++ b/src/editor/core/command/CommandAdapt.ts @@ -2484,6 +2484,9 @@ export class CommandAdapt { public setControlHighlight(payload: ISetControlHighlightOption) { this.draw.getControl().setHighlightList(payload) + this.draw.render({ + isSubmitHistory: false + }) } public updateOptions(payload: IUpdateOption) {