diff options
| author | vkalev <vjk1883@gmail.com> | 2021-07-15 01:27:43 -0500 |
|---|---|---|
| committer | vkalev <vjk1883@gmail.com> | 2021-07-15 01:27:43 -0500 |
| commit | 48620bbe25f92eb179d53846aae5f0164ca6f1c2 (patch) | |
| tree | 99dc82c05b9a379e292896d9d3636f57fd5c8e85 /src/fields/InkField.ts | |
| parent | 8bc17cecdfce184e5a426dc2332d3c9ad0406f58 (diff) | |
adding new point creates tangent handle lines + snapping handle tangents not working
Diffstat (limited to 'src/fields/InkField.ts')
| -rw-r--r-- | src/fields/InkField.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fields/InkField.ts b/src/fields/InkField.ts index 485376a34..1270a2dab 100644 --- a/src/fields/InkField.ts +++ b/src/fields/InkField.ts @@ -57,13 +57,10 @@ const strokeDataSchema = createSimpleSchema({ "*": true }); -// Holistic class representing the store of an ink. @Deserializable("ink") export class InkField extends ObjectField { @serializable(list(object(strokeDataSchema))) readonly inkData: InkData; - // inkData: InkData; - constructor(data: InkData) { super(); |
