From f1d89e46aa4a2d10dcbe6d36ecf2aebdb348f887 Mon Sep 17 00:00:00 2001 From: bob Date: Thu, 5 Dec 2019 11:37:08 -0500 Subject: better highlighting of path target --- src/client/views/collections/CollectionTreeView.tsx | 2 +- src/client/views/nodes/DocumentView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 219d56607..bf612e4f1 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -400,7 +400,7 @@ class TreeView extends React.Component {
(Docu cm.addItem({ description: `path: ${path}`, event: () => { this.props.LibraryPath.map(lp => Doc.GetProto(lp).treeViewOpen = lp.treeViewOpen = true); - Doc.BrushDoc(this.props.Document); + Doc.linkFollowHighlight(this.props.Document); }, icon: "check" }); } -- cgit v1.2.3-70-g09d2