diff options
| author | bobzel <zzzman@gmail.com> | 2023-01-20 13:50:20 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-01-20 13:50:20 -0500 |
| commit | e52370d43c6f9f5edfa01c6a8e3e93895cc9f778 (patch) | |
| tree | bfe6d578c24cab71e3da27684df9efdc31c34e66 /src/client/views/collections/TabDocView.tsx | |
| parent | 84f728cffb94319b86be8d6cc478ce424ec45c2f (diff) | |
went back to adding PDF text selection targets as annotations when anchor of pres element a
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index f6e4b45ee..25fccd89c 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -274,7 +274,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { pinDoc.presStartTime = NumCast(doc.clipStart); pinDoc.presEndTime = NumCast(doc.clipEnd, duration); } - PresBox.pinDocView(pinDoc, pinProps.pinDocContent ? { ...pinProps, pinData: PresBox.pinDataTypes(doc) } : pinProps, doc); + PresBox.pinDocView(pinDoc, pinProps.pinDocContent ? { ...pinProps, pinData: PresBox.pinDataTypes(doc) } : pinProps, pinDoc); pinDoc.onClick = ScriptField.MakeFunction('navigateToDoc(self.presentationTargetDoc, self)'); Doc.AddDocToList(curPres, 'data', pinDoc, presSelected); //save position |
