|
@@ -101,8 +101,8 @@ export default class History {
|
|
|
if (item) {
|
|
|
stateService.clear();
|
|
|
item.type = "pre";
|
|
|
- this.goPreForPoints(item.points);
|
|
|
this.goPreForLines(item.lines);
|
|
|
+ this.goPreForPoints(item.points);
|
|
|
this.goPreForCurvePoints(item.curvePoints);
|
|
|
this.goPreForCurveLines(item.curveLines);
|
|
|
this.goPreForCircles(item.circles);
|