diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-11 13:35:56 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-11 13:35:56 -0500 |
| commit | a8545c5f31200d2d58696223c5050cbf9cf553ae (patch) | |
| tree | 78c220e6346ba896c03e517a1e7593fdf83e4557 /src/client/views/InkStrokeProperties.ts | |
| parent | 7a1af910d1c4804cdc702000f8a278f5dd13999b (diff) | |
from last
Diffstat (limited to 'src/client/views/InkStrokeProperties.ts')
| -rw-r--r-- | src/client/views/InkStrokeProperties.ts | 8 |
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) { |
