mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: reveal whiteboard file in directory
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
(gp-util/safe-subs s 0 200)))
|
||||
|
||||
(defn get-page-file-path
|
||||
([] (get-page-file-path (state/get-current-page)))
|
||||
([] (get-page-file-path (or (state/get-current-page)
|
||||
(state/get-current-whiteboard))))
|
||||
([page-name]
|
||||
(when page-name
|
||||
(let [page-name (util/page-name-sanity-lc page-name)]
|
||||
|
||||
Reference in New Issue
Block a user