From 0366ed509484a7135b0700bfc9e711489a3a2467 Mon Sep 17 00:00:00 2001 From: geireann Date: Thu, 14 Sep 2023 13:50:17 -0400 Subject: turn off link anchor dot display when link arrows are shown --- src/client/views/nodes/DocumentView.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/views/nodes/DocumentView.tsx') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 701d366fa..72c1a9806 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -967,6 +967,10 @@ export class DocumentViewInternal extends DocComponent d.link_displayLine || Doc.UserDoc().showLinkLines); + return filtered.some(link => link._link_displayArrow) ? 0 : undefined; + } } return this.props.styleProvider?.(doc, props, property); }; -- cgit v1.2.3-70-g09d2