diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-24 16:07:22 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-24 16:07:22 +0200 |
commit | bbd3b007497925bbc8b3f6fa5f7fc0d948d7540f (patch) | |
tree | 19da404afd5b73acff06b5e231cac1acca69f6cd /org-roam-ui.el | |
parent | b066b3f4cdded476b6ac0bf9d6d2c22a4cae1566 (diff) |
smoother animation + select animation algo
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 5c3d5b6..560315b 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -77,7 +77,7 @@ This serves the web-build and API over HTTP." (httpd-stop)))) (defservlet* graph application/json () - (let* ((nodes-columns [id file title]) + (let* ((nodes-columns [id file title level]) (links-columns [source dest]) (nodes-db-rows (org-roam-db-query `[:select ,nodes-columns :from nodes])) (links-db-rows (org-roam-db-query `[:select ,links-columns :from links :where (= type "id")])) |