From 84ebdbe652fb38fb16a02c294739b5a26365d12b Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 28 Sep 2021 14:38:35 -0400 Subject: fixed double click to edit curve. --- src/client/views/InkingStroke.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 60dc7b9f7..83fe04893 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -83,11 +83,10 @@ export class InkingStroke extends ViewBoxBaseComponent { - this._nearestT && this._nearestSeg !== undefined && InkStrokeProperties.Instance?.addPoints(this._nearestT, this._nearestSeg, this.inkScaledData().inkData); - } + }), this._properties?._controlButton, this._properties?._controlButton ); } } -- cgit v1.2.3-70-g09d2