aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-23 23:59:34 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-23 23:59:34 -0400
commit19ababdb6098ac36358c86e43ad63ab3066b4663 (patch)
tree18d549ce0f5213b41d28f1bf352ed92355a543b6 /src/client/views/presentationview
parent2ba063ff94a04e89ee1fa1fde7d71a839f5d6856 (diff)
renamed lastTimecode to lastFrame
Diffstat (limited to 'src/client/views/presentationview')
-rw-r--r--src/client/views/presentationview/PresElementBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx
index 31ffde8af..475fef5b2 100644
--- a/src/client/views/presentationview/PresElementBox.tsx
+++ b/src/client/views/presentationview/PresElementBox.tsx
@@ -104,7 +104,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc
if (this.rootDoc.presProgressivize) {
rootTarget.currentFrame = 0;
CollectionFreeFormDocumentView.setupKeyframes(docs, docs.length, true);
- rootTarget.lastTimecode = docs.length - 1;
+ rootTarget.lastFrame = docs.length - 1;
}
}