fix: set control highlight and re render #678
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user