xushiting 2 tahun lalu
induk
melakukan
c27a11d5cc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/graphic/History/History.js

+ 1 - 1
src/graphic/History/History.js

@@ -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);