Fix: blank page for page graph (zoom block view)

Resolved #1571
pull/1588/head
Tienson Qin 2021-04-01 16:46:34 +08:00
parent 4a2197fd34
commit 88c8803fd4
1 changed files with 2 additions and 1 deletions

View File

@ -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"