From 5e24ca4fea2e4a31beb2123f328c600e83c5e7f3 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 12 Oct 2021 22:31:06 +0200 Subject: fix: update uniorg and fix unified deps --- org-roam-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-roam-ui.el') 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)) -- cgit v1.2.3