mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: whiteboard page rename
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
[?b :block/name]] db)
|
||||
|
||||
(map (fn [[{:block/keys [name] :as page}]]
|
||||
(let [whiteboard? (contains? (:block/type page) "whiteboard")
|
||||
(let [whiteboard? (contains? (set (:block/type page)) "whiteboard")
|
||||
blocks (db/get-page-blocks-no-cache
|
||||
(state/get-current-repo)
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user