aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkAnchorBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-11-04 12:43:59 -0400
committerbobzel <zzzman@gmail.com>2022-11-04 12:43:59 -0400
commitfe98c7d46df1852a74cd84dbe9ad010bfb3d5550 (patch)
treed1c96f67d824e98907fbe36697e0523d1af9b7bb /src/client/views/nodes/LinkAnchorBox.tsx
parent770f546a38d7ec827bff55fd0dd64b873a112180 (diff)
more fixes to pdf and text to allow dashfieldview nodes to be link anchors and make sidebar annotations work better.
Diffstat (limited to 'src/client/views/nodes/LinkAnchorBox.tsx')
-rw-r--r--src/client/views/nodes/LinkAnchorBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkAnchorBox.tsx b/src/client/views/nodes/LinkAnchorBox.tsx
index 5102eae51..d6cf79f87 100644
--- a/src/client/views/nodes/LinkAnchorBox.tsx
+++ b/src/client/views/nodes/LinkAnchorBox.tsx
@@ -144,6 +144,7 @@ export class LinkAnchorBox extends ViewBoxBaseComponent<FieldViewProps>() {
linkDoc: this.rootDoc,
showHeader: true,
location: [e.clientX, e.clientY + 20],
+ noPreview: false,
})
}
onPointerDown={this.onPointerDown}