mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-27 08:39:00 +02:00
arc length
This commit is contained in:
@@ -126,7 +126,7 @@ class GraphicsAPI extends BaseAPI {
|
||||
|
||||
onMouseUp(evt) {
|
||||
super.onMouseUp(evt);
|
||||
this.currentPoint = undefined;
|
||||
this.currentPoint = false;
|
||||
}
|
||||
|
||||
resetMovable(points) {
|
||||
|
Reference in New Issue
Block a user