mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
Fix datoms with false value not saving
To repro go to any non-journal page, view its page data and observe that ':block/journal? false' was missing
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
|
||||
:else
|
||||
v)]
|
||||
(when v'
|
||||
(when (some? v')
|
||||
[a v'])))
|
||||
|
||||
(defn invoke-hooks
|
||||
|
||||
Reference in New Issue
Block a user