summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index f259670..d3d6181 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -147,8 +147,7 @@ This serves the web-build and API over HTTP."
(defun org-roam-ui--on-save ()
"Send graphdata on saving an org-roam buffer."
(when (org-roam-buffer-p)
- (org-roam-ui--send-graphdata)
- (org-roam-ui))
+ (org-roam-ui--send-graphdata))
)
(defun org-roam-ui--send-graphdata ()