diff options
| author | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:07:04 -0500 |
|---|---|---|
| committer | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:07:04 -0500 |
| commit | 207217ae25f9b154506f39068a778eb49b826527 (patch) | |
| tree | a702639124aa244dd0ccb640c9ce42fd0c53f92d /src/client/views/collections/CollectionStackingView.tsx | |
| parent | bdccc7c147dbb985bff5286e318718e48fd7cc62 (diff) | |
| parent | 7d5974c871fd50ed521ff8edd624c2c252553444 (diff) | |
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
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); |
