diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-17 17:03:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-17 17:03:32 -0400 |
| commit | c885ae59ea378648dcc70b6f17dac2d3999c60b1 (patch) | |
| tree | 109b7d59704ab9ca3eab4552e7398122772f5503 /src/client/views/pdf/Annotation.tsx | |
| parent | 8aeab8c3f25c556e39f3e9e58f9c321e79459df8 (diff) | |
fixed clicking and dragging stackedTimeline anchors. updated followLink parameters
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
| -rw-r--r-- | src/client/views/pdf/Annotation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx index 3b101a0c6..d1f3397f5 100644 --- a/src/client/views/pdf/Annotation.tsx +++ b/src/client/views/pdf/Annotation.tsx @@ -82,7 +82,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> { e.stopPropagation(); } else if (e.button === 0) { e.stopPropagation(); - LinkFollower.FollowLink(undefined, this.annoTextRegion, this.props, false); + LinkFollower.FollowLink(undefined, this.annoTextRegion,false); } }; |
