aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-05 13:02:43 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-05 13:02:43 -0400
commitf9916faa215297d434aab2357b98d2c4b1fdcb92 (patch)
tree2159878310b794d3a81d2bbecfbb1508e619eeec /src/new_fields
parent3ba540a0aecc624f9c81f32102441d6d137ade85 (diff)
started cleaning up videos. restored link follwing to timecodes. changed to currentTimecode from curPage
Diffstat (limited to 'src/new_fields')
-rw-r--r--src/new_fields/InkField.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/InkField.ts b/src/new_fields/InkField.ts
index 8f64c1c2e..e381d0218 100644
--- a/src/new_fields/InkField.ts
+++ b/src/new_fields/InkField.ts
@@ -16,7 +16,7 @@ export interface StrokeData {
color: string;
width: string;
tool: InkTool;
- page: number;
+ displayTimecode: number;
}
export type InkData = Map<string, StrokeData>;