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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index b63e089..34b1c4a 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -169,7 +169,7 @@ This serves the web-build and API over HTTP."
:host 'local
:on-open (lambda (ws) (progn
(setq oru-ws ws)
- (org-roam-ui--send-variables ws)
+ (org-roam-ui--send-variables oru-ws)
(org-roam-ui--send-graphdata)
(when org-roam-ui-update-on-save
(add-hook 'after-save-hook #'org-roam-ui--on-save))