diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-16 12:03:20 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-16 12:03:20 -0400 |
| commit | 82f319ddf3e70095b04473ecce8790f4524e8939 (patch) | |
| tree | 1579aefeb390498d0d97d389e7ff2adc586e5671 /src/client/views/InkingStroke.tsx | |
| parent | ef282cb41539045bc030b4058cee6c26a5cf0c03 (diff) | |
cleaned up propertiesbuttons a bit. added lockTransform button. changed chromeStatus disabled to be undefined.
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 46586bf1b..31279338f 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -28,8 +28,6 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps, InkDocume public static LayoutString(fieldStr: string) { return FieldView.LayoutString(InkingStroke, fieldStr); } - - private analyzeStrokes = () => { const data: InkData = Cast(this.dataDoc[this.fieldKey], InkField)?.inkData ?? []; CognitiveServices.Inking.Appliers.ConcatenateHandwriting(this.dataDoc, ["inkAnalysis", "handwriting"], [data]); |
