diff options
author | bobzel <zzzman@gmail.com> | 2024-04-14 16:20:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-14 16:20:42 -0400 |
commit | 1e38354b1aa57b2c79624ff270595c04052af19e (patch) | |
tree | 23a19c5246667b8c2ff4ed04b64aaa00a35b1cf0 | |
parent | 1b4665378cd93aa49388d92831ce5785b4423bbf (diff) | |
parent | e722df73b65f7c995faf397629839d2a72641b9b (diff) |
Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web into eleanor-starter
-rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<FieldViewProps>() impleme { X: inkCoords.X + radius, Y: inkCoords.Y }, // right again ]; const eraserCircle = new InkField(points); - return eraserCircle; + return points; } _subContentView: ViewBoxInterface | undefined; |