aboutsummaryrefslogtreecommitdiff
path: root/src/fields/InkField.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-26 01:32:57 -0400
committerbobzel <zzzman@gmail.com>2024-04-26 01:32:57 -0400
commitaf67724dc3a1390cd0c2aded4aeda69f948a0f66 (patch)
treecd936a38c9b32b650d42e1871bd025817fd2d111 /src/fields/InkField.ts
parent6ddfdb20e6a0b2c896594ad2c20292c6cfea0c1a (diff)
fixed eraser buttons so that you can switch to the previous eraser, then click again to choose a different eraser
Diffstat (limited to 'src/fields/InkField.ts')
-rw-r--r--src/fields/InkField.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/InkField.ts b/src/fields/InkField.ts
index 9c8c5df2c..1c01a5d7c 100644
--- a/src/fields/InkField.ts
+++ b/src/fields/InkField.ts
@@ -10,7 +10,6 @@ export enum InkTool {
None = 'none',
Pen = 'pen',
Highlighter = 'highlighter',
- Eraser = 'eraser',
StrokeEraser = 'strokeeraser',
SegmentEraser = 'segmenteraser',
RadiusEraser = 'radiuseraser',