fix: set control highlight and re render #678

This commit is contained in:
Hufe921
2024-07-05 21:21:59 +08:00
parent c24da737b1
commit 24df9d3b00
+3
View File
@@ -2484,6 +2484,9 @@ export class CommandAdapt {
public setControlHighlight(payload: ISetControlHighlightOption) { public setControlHighlight(payload: ISetControlHighlightOption) {
this.draw.getControl().setHighlightList(payload) this.draw.getControl().setHighlightList(payload)
this.draw.render({
isSubmitHistory: false
})
} }
public updateOptions(payload: IUpdateOption) { public updateOptions(payload: IUpdateOption) {