diff options
-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 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)))))))))) |