summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/components/graph/graph.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/graph/graph.tsx b/app/components/graph/graph.tsx
index 366b3b2..9538274 100644
--- a/app/components/graph/graph.tsx
+++ b/app/components/graph/graph.tsx
@@ -257,6 +257,7 @@ onLinkHover={handleLinkHover}
}
const selectClick = (node, event) => {
+ window.open('org-protocol://roam-node?node=' + node.id, '_self');
highlightNodes.clear()
highlightLinks.clear()
console.log(localGraphData)