mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
@@ -28,7 +28,8 @@
|
||||
(->>
|
||||
(mapv (fn [p]
|
||||
(when p
|
||||
(let [current-page? (= p current-page)
|
||||
(let [p (str p)
|
||||
current-page? (= p current-page)
|
||||
block? (and p (util/uuid-string? p))
|
||||
color (if block?
|
||||
"#1a6376"
|
||||
|
||||
Reference in New Issue
Block a user