diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-06 13:13:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-06 13:13:49 -0400 |
| commit | c99825362f4a221af728f1dcee139c7403a7916f (patch) | |
| tree | 2ea3c97039e239869851a4edfd51ed4ccf865fa6 /src/client/views/collections | |
| parent | 23fb3e44ff9eb9cb4df677cff93ea3be19d2ede9 (diff) | |
added auto links from recordings to pdfs when they scroll. opened audio links on right by default instead of in lightbox. focus on pdf/coponent anchor when following link from it (via the LinkMenu)
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionStackedTimeline.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index ca0b9d3d3..ebdea9aaf 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -444,6 +444,7 @@ export class CollectionStackedTimeline extends CollectionSubView<CollectionStack _stayInCollection: true, useLinkSmallAnchor: true, hideLinkButton: true, + _isLinkButton: true, annotationOn: rootDoc, _timelineLabel: true, borderRounding: anchorEndTime === undefined ? "100%" : undefined |
