diff options
author | geireann <geireann.lindfield@gmail.com> | 2023-09-14 13:56:19 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2023-09-14 13:56:19 -0400 |
commit | e93756e6172b8cc028e59bf292bd4cb500a1f4e6 (patch) | |
tree | 1f8ee8f67c0058889fdd5d12989e4486f3696d30 /src | |
parent | 356b520e4e05e522ca71f531618b8be256d6682f (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/TableBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.tsx b/src/client/views/nodes/DataVizBox/components/TableBox.tsx index 5045fde3a..4d6027ca4 100644 --- a/src/client/views/nodes/DataVizBox/components/TableBox.tsx +++ b/src/client/views/nodes/DataVizBox/components/TableBox.tsx @@ -139,6 +139,7 @@ export class TableBox extends React.Component<TableBoxProps> { if (!e.aborted && e.annoDragData && e.annoDragData.linkSourceDoc && e.annoDragData.dropDocument && e.linkDocument) { e.linkDocument.link_displayLine = true; e.linkDocument.link_matchEmbeddings = true; + e.linkDocument.link_displayArrow = true; // e.annoDragData.linkSourceDoc.followLinkToggle = e.annoDragData.dropDocument.annotationOn === this.props.rootDoc; // e.annoDragData.linkSourceDoc.followLinkZoom = false; } |