diff options
author | bobzel <zzzman@gmail.com> | 2022-08-08 11:48:27 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-08 11:48:27 -0400 |
commit | 2a1d6793d33d9c72295d23965aefd23f2004bbcb (patch) | |
tree | 828f5dac19e67b7a1bb0bcffaff22afacde143a8 /src/client/views/nodes/LinkAnchorBox.tsx | |
parent | 26670c8b9eb6e2fd981c3a0997bff5556b60504b (diff) |
cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. link lines work when in lightboxview.
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 85a8622ec..5102eae51 100644 --- a/src/client/views/nodes/LinkAnchorBox.tsx +++ b/src/client/views/nodes/LinkAnchorBox.tsx @@ -136,7 +136,7 @@ export class LinkAnchorBox extends ViewBoxBaseComponent<FieldViewProps>() { return ( <div className={`linkAnchorBox-cont${small ? '-small' : ''}`} - onPointerLeave={LinkDocPreview.Clear} + //onPointerLeave={} //LinkDocPreview.Clear} onPointerEnter={e => LinkDocPreview.SetLinkInfo({ docProps: this.props, |