diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-07 17:46:40 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-07 17:46:40 -0500 |
| commit | 871925ecc9f15377339afc907a2000fecfe3240d (patch) | |
| tree | e2bfce89356dd8850fca7eaaf0725fc1a79b2601 /src/client/util/LinkFollower.ts | |
| parent | 4c2584baf8bae0cde714c832b0768d3c08864422 (diff) | |
fixed presbox following to use presItem anchor instead of target doc as anchor. stopped allowing collections to have their data fields interpolate based on keyframe. fixed assigning current frame when following presbox
Diffstat (limited to 'src/client/util/LinkFollower.ts')
| -rw-r--r-- | src/client/util/LinkFollower.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/LinkFollower.ts b/src/client/util/LinkFollower.ts index c9a178db7..e28687561 100644 --- a/src/client/util/LinkFollower.ts +++ b/src/client/util/LinkFollower.ts @@ -76,7 +76,6 @@ export class LinkFollower { easeFunc: StrCast(sourceDoc.followLinkEase, 'ease') as any, openLocation: StrCast(sourceDoc.followLinkLocation, OpenWhere.lightbox), effect: sourceDoc, - originatingDoc: sourceDoc, zoomTextSelections: BoolCast(sourceDoc.followLinkZoomText), }; if (target.type === DocumentType.PRES) { |
