mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: perf optimize on cleanup
This commit is contained in:
@@ -98,7 +98,6 @@ and handles unexpected failure."
|
||||
(map first))
|
||||
title (when (gp-block/heading-block? (first ast))
|
||||
(:title (second (first ast))))
|
||||
_ (println title (second (first ast)))
|
||||
body (vec (if title (rest ast) ast))
|
||||
body (drop-while gp-property/properties-ast? body)
|
||||
result (cond->
|
||||
|
||||
Reference in New Issue
Block a user