diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-12 22:31:06 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-12 22:31:06 +0200 |
commit | 5e24ca4fea2e4a31beb2123f328c600e83c5e7f3 (patch) | |
tree | fe01aaf998c583be79bf51e44cfbe09651943e31 /org-roam-ui.el | |
parent | 1148249b767cc3e0a36e63dd3c735f63d1067446 (diff) |
fix: update uniorg and fix unified deps
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
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)) |