aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-06 13:13:49 -0400
committerbobzel <zzzman@gmail.com>2022-06-06 13:13:49 -0400
commitc99825362f4a221af728f1dcee139c7403a7916f (patch)
tree2ea3c97039e239869851a4edfd51ed4ccf865fa6 /src/client/views/collections
parent23fb3e44ff9eb9cb4df677cff93ea3be19d2ede9 (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.tsx1
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