mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 12:44:22 +00:00
fix: history stack
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
(when v [:.ml-4 (ui/foldable
|
||||
[:div (str k)]
|
||||
[:.ml-4 (case k
|
||||
:tx-id
|
||||
[:.my-1 [:pre.code.pre-wrap-white-space.bg-base-4 (str v)]]
|
||||
|
||||
:blocks
|
||||
(map (fn [block]
|
||||
[:.my-1 [:pre.code.pre-wrap-white-space.bg-base-4 (str block)]]) v)
|
||||
|
||||
Reference in New Issue
Block a user