summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-roam-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index 3bca5cd..ba4dcab 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -321,7 +321,7 @@ unchanged."
(defun org-roam-ui--update-current-node ()
"Send the current node data to the web-socket."
- (when (and (websocket-openp oru-ws) (org-roam-buffer-p) (file-exists-p (buffer-file-name)))
+ (when (and (websocket-openp oru-ws) (org-roam-buffer-p) (buffer-file-name))
(let* ((node (org-roam-id-at-point)))
(unless (string= org-roam-ui--ws-current-node node)
(setq org-roam-ui--ws-current-node node)