fix(logbook): Adjust orders of timestamps and logbook

Fix https://github.com/logseq/logseq/issues/2799
This commit is contained in:
leizhe
2021-09-12 14:51:04 +09:00
committed by Tienson Qin
parent 25d0c892f1
commit 403c21df24
2 changed files with 26 additions and 17 deletions

View File

@@ -341,7 +341,7 @@
(property/with-built-in-properties properties content format)
content)
content (with-timetracking block content)
content (drawer/with-logbook block content)
;; content (drawer/with-logbook block content)
first-block? (= left page)
ast (mldoc/->edn (string/trim content) (mldoc/default-config format))
first-elem-type (first (ffirst ast))