diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-04-12 18:11:13 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-04-12 18:11:13 -0400 |
| commit | 82272cc4735a9da78a1c4592bdf460f1ab6e644d (patch) | |
| tree | b2980350c566102048cee05d5d153d78a49a4d89 /src/pen-gestures | |
| parent | b3424535cb746ff9fba35375d9abf07ba174dcf0 (diff) | |
| parent | ab0e1ac6f5b21f2e10bdce428c882482a0f159b4 (diff) | |
Merge branch 'inkocr-mehek' into inking-naafi-mehek
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index 65f2bf80c..cf59cb3c6 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -8,7 +8,8 @@ export namespace GestureUtils { readonly gesture: Gestures, readonly points: PointData[], readonly bounds: Rect, - readonly text?: any + readonly text?: any, + readonly times?: number[] ) { } } |
