aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 16:07:04 -0500
committerGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 16:07:04 -0500
commit207217ae25f9b154506f39068a778eb49b826527 (patch)
treea702639124aa244dd0ccb640c9ce42fd0c53f92d /src/client/views/collections/CollectionStackingView.tsx
parentbdccc7c147dbb985bff5286e318718e48fd7cc62 (diff)
parent7d5974c871fd50ed521ff8edd624c2c252553444 (diff)
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index ad3f3b217..70471d0d8 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -83,6 +83,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument,
children = (docs: Doc[]) => {
TraceMobx();
this._docXfs.length = 0;
+ // Go through each of the documents that are contained
return docs.map((d, i) => {
const height = () => this.getDocHeight(d);
const width = () => this.getDocWidth(d);