aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkStrokeProperties.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-11 13:35:56 -0500
committerbobzel <zzzman@gmail.com>2021-01-11 13:35:56 -0500
commita8545c5f31200d2d58696223c5050cbf9cf553ae (patch)
tree78c220e6346ba896c03e517a1e7593fdf83e4557 /src/client/views/InkStrokeProperties.ts
parent7a1af910d1c4804cdc702000f8a278f5dd13999b (diff)
from last
Diffstat (limited to 'src/client/views/InkStrokeProperties.ts')
-rw-r--r--src/client/views/InkStrokeProperties.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/InkStrokeProperties.ts b/src/client/views/InkStrokeProperties.ts
index 73591c6a6..fcc6b9da0 100644
--- a/src/client/views/InkStrokeProperties.ts
+++ b/src/client/views/InkStrokeProperties.ts
@@ -191,7 +191,6 @@ export class InkStrokeProperties {
doc._height = (bottom - top);
doc._width = (right - left);
-
}
index++;
}
@@ -200,13 +199,6 @@ export class InkStrokeProperties {
@undoBatch
@action
- resetPoints = () => {
-
- }
-
-
- @undoBatch
- @action
control = (xDiff: number, yDiff: number, controlNum: number) => {
this.selectedInk?.forEach(action(inkView => {
if (this.selectedInk?.length === 1) {