mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
drawing poly
This commit is contained in:
parent
7bdf07cae5
commit
c166eee586
5 changed files with 2841 additions and 3429 deletions
|
@ -182,6 +182,11 @@ export class InteractivePoly extends Polyline {
|
|||
this.is_drawing = true;
|
||||
this.drawing_direction = "backward";
|
||||
this.startDrawing();
|
||||
},
|
||||
stop: () => {
|
||||
this.stopDragHinting();
|
||||
this.is_drawing = false;
|
||||
this.stopDrawing();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue