mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: can't create child block after refresh
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
[]
|
||||
(let [state @query-state
|
||||
state (->> (filter (fn [[[_repo k] _v]]
|
||||
(contains? #{:blocks :block/block :custom} k)) state)
|
||||
(contains? #{:blocks :block/block ::block :custom} k)) state)
|
||||
(into {}))]
|
||||
(reset! query-state state)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user