|
@@ -540,6 +540,8 @@ export default class UIControl {
|
|
|
this.layer.history.save();
|
|
|
}else{
|
|
|
historyService.clearHistoryRecord()
|
|
|
+ this.layer.uiControl.graphicStateUI.canRevoke = false;
|
|
|
+ this.layer.uiControl.graphicStateUI.canRecovery = false;
|
|
|
}
|
|
|
this.layer.renderer.autoRedraw();
|
|
|
}
|