diff options
author | Eric <ericmabr@gmail.com> | 2023-02-22 17:18:24 -0500 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-02-22 17:18:24 -0500 |
commit | 2e3f56ed2bfc97191f514c5edbf618897dfb6a9d (patch) | |
tree | 0ffb7f51352db766c3ef7a076a74b92a9b18c89c /src/client/views/nodes/PDFBox.tsx | |
parent | ef7fa18c57cfd2fdfd076eab29cd7a6ea8a1008e (diff) | |
parent | 32f5040c44dc302e3dd53cecd9be4cd51a474d3f (diff) |
Merge branch 'master' into UI_Update_Eric_Ma
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index b88ac113e..5890c536d 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -222,6 +222,7 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps const anchor = Docs.Create.TextanchorDocument({ title: StrCast(this.rootDoc.title + '@' + NumCast(this.layoutDoc._scrollTop)?.toFixed(0)), unrendered: true, + annotationOn: this.rootDoc, }); PresBox.pinDocView(anchor, { pinData: { scrollable: true, pannable: true } }, this.rootDoc); return anchor; |