aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-21 19:25:56 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-21 19:25:56 -0400
commita3506d7a8964a113f10bdce672a86678b992b653 (patch)
tree32b1ad8497e467aab40175fcc5991340f6cca064 /src/client/views/presentationview/PresElementBox.tsx
parentc5a14d8e29e7c5cd4e18d7f4175e5d3938dacde7 (diff)
more fixes to progressivizing. tweaks to comparison box's clear button.
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.tsx')
-rw-r--r--src/client/views/presentationview/PresElementBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx
index f364b40fd..526a3dbf4 100644
--- a/src/client/views/presentationview/PresElementBox.tsx
+++ b/src/client/views/presentationview/PresElementBox.tsx
@@ -104,7 +104,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc
if (this.rootDoc.presProgressivize && !rootTarget?.lastTimecode) {
rootTarget.currentTimecode = 0;
CollectionFreeFormDocumentView.setupKeyframes(docs, docs.length, this.presBox);
- docs.forEach((d, i) => numberRange(docs.length - i).forEach(f => Cast(d["opacity-indexed"], listSpec("number"), [])[f + i] = 1));
rootTarget.lastTimecode = docs.length - 1;
}
docs.forEach((d, i) => i && numberRange(i).forEach(f => Cast(d["opacity-indexed"], listSpec("number"), [])[f] = 0));