From b153f4fee99e36dec0fb56d987026d53bf97a0e8 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 10 Aug 2021 14:01:21 +0200 Subject: Fix: #58 --- 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 47a8413..54a0400 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -328,7 +328,7 @@ unchanged." (unless (string= org-roam-ui--ws-current-node node) (setq org-roam-ui--ws-current-node node) (websocket-send-text oru-ws (json-encode `((type . "command") - (data. ((commandName . "follow") + (data . ((commandName . "follow") (id . ,node)))))))))) -- cgit v1.2.3