mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
feat: showing single block for blocks
This commit is contained in:
@@ -83,7 +83,7 @@ and handles unexpected failure."
|
||||
body (vec (if title (rest ast) ast))
|
||||
body (drop-while gp-property/properties-ast? body)
|
||||
result (cond->
|
||||
(if (seq body) {:block/body body} {})
|
||||
(if (seq body) {:block/body body} {})
|
||||
title
|
||||
(assoc :block/title title))]
|
||||
(state/add-block-ast-cache! block-uuid content result)
|
||||
|
||||
Reference in New Issue
Block a user