diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-19 11:46:43 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-19 11:46:43 -0700 |
| commit | 000c6730d1e592d887d1382fe298e5da35f143ed (patch) | |
| tree | cacdf6533f07500972f9a87200e9bd09fac1b251 /src/client/views/nodes/LinkBox.tsx | |
| parent | 8c3c88dec4113b01063e448e0a02d0f0c51ee6ec (diff) | |
| parent | bdf4ac9601e54bf8e2a3a8f988c97274d84ae8a4 (diff) | |
resolved merge
Diffstat (limited to 'src/client/views/nodes/LinkBox.tsx')
| -rw-r--r-- | src/client/views/nodes/LinkBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/LinkBox.tsx b/src/client/views/nodes/LinkBox.tsx index af4bf420f..740f2ef04 100644 --- a/src/client/views/nodes/LinkBox.tsx +++ b/src/client/views/nodes/LinkBox.tsx @@ -17,7 +17,6 @@ export class LinkBox extends ViewBoxBaseComponent<FieldViewProps, LinkDocument>( public static LayoutString(fieldKey: string) { return FieldView.LayoutString(LinkBox, fieldKey); } render() { return <div className={`linkBox-container${this.active() ? "-interactive" : ""}`} - onPointerDown={e => e.button === 0 && !e.ctrlKey && e.stopPropagation()} style={{ background: this.props.backgroundColor?.(this.props.Document) }} > <CollectionTreeView {...this.props} |
