Merge branch 'master' into feature/publishing

pull/645/head
Tienson Qin 2020-09-29 21:20:24 +08:00
commit 7dbf5bfa24
1 changed files with 1 additions and 0 deletions

View File

@ -1342,6 +1342,7 @@
view-f (sci/eval-string (pr-str view))
only-blocks? (:block/uuid (first result))
blocks-grouped-by-page? (and (seq result)
(coll? (first result))
(:page/name (ffirst result))
(:block/uuid (first (second (first result))))
true)