diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-05 13:57:34 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-05 13:57:34 -0500 |
| commit | 919483d4222de685c1062a1e715f57c09442b676 (patch) | |
| tree | 9bdc8391c15c079fbc03362b34cefaba31e66adf /src/client/views/collections | |
| parent | d5bda76f901c27771715f2443392ff7d54f99693 (diff) | |
from last
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 3f0b8eb3e..d6e4b01c4 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -493,7 +493,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionMenuProp const docs = DocListCast(targetDoc[Doc.LayoutFieldKey(targetDoc)]); if (docs.length) { LightboxView.LightboxDoc = docs[0]; - LightboxView.LightboxFuture = docs; + LightboxView.LightboxFuture = docs.slice(1); } })}> <FontAwesomeIcon className="documentdecorations-icon" icon="desktop" size="lg" /> |
