fixed setting distance

This commit is contained in:
Fedor Katurov 2020-01-09 14:03:13 +07:00
parent c166eee586
commit 42dbfb0681
3 changed files with 16 additions and 12 deletions

View file

@ -184,8 +184,6 @@ export class InteractivePoly extends Polyline {
this.startDrawing();
},
stop: () => {
this.stopDragHinting();
this.is_drawing = false;
this.stopDrawing();
}
};