mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: clicking the file in the sync dialogue navigates to blank page
Closed https://github.com/logseq/logseq/issues/541
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
(let [parents-atom (atom parents)
|
||||
component [:div.block-parents.flex-row.flex
|
||||
(when show-page?
|
||||
[:a {:href (rfe/href :page {:name (util/encode-str page-name)})}
|
||||
[:a {:href (rfe/href :page {:name page-name})}
|
||||
(or (:page/original-name page)
|
||||
(:page/name page))])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user