1
0
Victor Domingues 6 лет назад
Родитель
Сommit
a5180f3940
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/app/components/circumference-component/drawers/circumference-drawer.js

+ 1 - 0
src/app/components/circumference-component/drawers/circumference-drawer.js

@@ -55,6 +55,7 @@ export class CircumferenceDrawer extends Drawer {
             this.radiusAggregator = this.pointDrawer.drawPoint();
             this.radiusAggregator = this.pointDrawer.drawPoint();
             this.radius = this.radiusAggregator.genericObject;
             this.radius = this.radiusAggregator.genericObject;
             this.createAndDraw(this.center, this.radius);
             this.createAndDraw(this.center, this.radius);
+            this.clear();
         }
         }
     }
     }
     createAndDraw(center, radius) {
     createAndDraw(center, radius) {