diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-05-11 16:12:17 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-05-11 16:12:17 -0400 |
| commit | 16a03ef298072c512eabddc4c9bd6405d9c29e4c (patch) | |
| tree | 0e3aad024fee306e0f87318f67bb93519aa73d02 /src/client/views/collections/collectionFreeForm | |
| parent | 5a6e5dd5d653004ea16218e4d01bd8dfb285cebd (diff) | |
| parent | 7ef63f53c1c7fdf23c7a18a37b67c49c97692db7 (diff) | |
temp commit
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index d81a340b0..69b880d20 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -72,7 +72,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { } public getActiveDocuments = () => { const curPage = FieldValue(this.Document.curPage, -1); - return FieldValue(this.children, [] as Doc[]).filter(doc => { + return FieldValue(this.children, [] as Doc[]).filter((doc) => { var page = NumCast(doc.page, -1); return page === curPage || page === -1; }); |
