diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-10 14:01:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-10 14:01:21 +0200 |
commit | b153f4fee99e36dec0fb56d987026d53bf97a0e8 (patch) | |
tree | 1e5ad5f40ffe8657daf0fbcd78eef9ebe0fc6d27 /org-roam-ui.el | |
parent | 942a3f481085580d08f21652d660a076f752caa4 (diff) |
Fix: #58
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 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)))))))))) |