diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-09 19:11:28 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-09 19:11:28 -0500 |
| commit | 5fd9ffcc2bb62faa664f33a817ae1fd51c36ef98 (patch) | |
| tree | 2135c0934f8bd3c5438db6a03c61416ec6995395 /src/client/views/nodes/LinkAnchorBox.tsx | |
| parent | 81bd2378ffa753e851390c2616e66a71d23c9989 (diff) | |
overhaul of linkdocpreview. delegated linkpreviewing from formattedTextBoxComments to LinkDocPreview
Diffstat (limited to 'src/client/views/nodes/LinkAnchorBox.tsx')
| -rw-r--r-- | src/client/views/nodes/LinkAnchorBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/LinkAnchorBox.tsx b/src/client/views/nodes/LinkAnchorBox.tsx index 673c936ce..7a4209563 100644 --- a/src/client/views/nodes/LinkAnchorBox.tsx +++ b/src/client/views/nodes/LinkAnchorBox.tsx @@ -140,7 +140,8 @@ export class LinkAnchorBox extends ViewBoxBaseComponent<FieldViewProps, LinkAnch docprops: this.props, linkSrc: linkSource, linkDoc: this.rootDoc, - Location: [e.clientX, e.clientY + 20] + showHeader: true, + location: [e.clientX, e.clientY + 20] })} onPointerDown={this.onPointerDown} onClick={this.onClick} title={targetTitle} onContextMenu={this.specificContextMenu} ref={this._ref} |
