diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-10 00:48:40 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-10 00:48:40 -0500 |
| commit | 7fedb7f75829269e46da5eaeb3b58166f9ab2126 (patch) | |
| tree | bcadae8e02776dc328200dcdf18003103cad2a88 /src/client/views/nodes/LinkAnchorBox.tsx | |
| parent | 46b569203a3890657ce799aa6b649cfc8bb431f2 (diff) | |
fixes for removing individual overlapping textanchors in a textBox. Hopefully near final cleanup of linkDocPreview and FormattedTextComment
Diffstat (limited to 'src/client/views/nodes/LinkAnchorBox.tsx')
| -rw-r--r-- | src/client/views/nodes/LinkAnchorBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/LinkAnchorBox.tsx b/src/client/views/nodes/LinkAnchorBox.tsx index 7a4209563..db5414069 100644 --- a/src/client/views/nodes/LinkAnchorBox.tsx +++ b/src/client/views/nodes/LinkAnchorBox.tsx @@ -137,7 +137,7 @@ export class LinkAnchorBox extends ViewBoxBaseComponent<FieldViewProps, LinkAnch return <div className={`linkAnchorBox-cont${small ? "-small" : ""}`} onPointerLeave={LinkDocPreview.Clear} onPointerEnter={e => LinkDocPreview.SetLinkInfo({ - docprops: this.props, + docProps: this.props, linkSrc: linkSource, linkDoc: this.rootDoc, showHeader: true, |
