xushiting před 2 roky
rodič
revize
c27a11d5cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);