From b65b601386e04cbace0ce42f38392c1c75039231 Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Sun, 14 Apr 2024 14:45:53 -0400 Subject: repushing --- src/client/views/InkingStroke.tsx | 2 +- .../views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 6bee0d20d..44c7b3a6b 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -354,7 +354,7 @@ export class InkingStroke extends ViewBoxBaseComponent() impleme { X: inkCoords.X + radius, Y: inkCoords.Y }, // right again ]; const eraserCircle = new InkField(points); - return eraserCircle; + return points; } _subContentView: ViewBoxInterface | undefined; diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 2bf4f3c1e..1fd52bd91 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -856,7 +856,7 @@ export class CollectionFreeFormView extends CollectionSubView { -- cgit v1.2.3-70-g09d2