aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-14 16:20:42 -0400
committerbobzel <zzzman@gmail.com>2024-04-14 16:20:42 -0400
commit1e38354b1aa57b2c79624ff270595c04052af19e (patch)
tree23a19c5246667b8c2ff4ed04b64aaa00a35b1cf0 /src
parent1b4665378cd93aa49388d92831ce5785b4423bbf (diff)
parente722df73b65f7c995faf397629839d2a72641b9b (diff)
Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web into eleanor-starter
Diffstat (limited to 'src')
-rw-r--r--src/client/views/InkingStroke.tsx2
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;