From f313cfa5ae644eadb57d936bc81bd355e0c88e17 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 30 Nov 2021 16:15:06 -0500 Subject: change delete points for ink to try to preserve the shape as much as possible. Shift + backspace deletes the point without preserving geometry --- src/client/views/InkingStroke.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/InkingStroke.tsx') diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index ecc82a580..8ff080f81 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -132,7 +132,7 @@ export class InkingStroke extends ViewBoxBaseComponent wasSelected && InkStrokeProperties.Instance && (InkStrokeProperties.Instance._currentPoint = -1)); + }), isEditing, isEditing, action(() => wasSelected && InkStrokeProperties.Instance && (InkStrokeProperties.Instance._currentPoint = -1))); } } -- cgit v1.2.3-70-g09d2