mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: click on indentation line to unfold nodes not working
related to https://github.com/logseq/db-test/issues/423
This commit is contained in:
@@ -216,8 +216,8 @@
|
||||
nil))
|
||||
block-refs-count? (some #{:block.temp/refs-count} properties)]
|
||||
(when block
|
||||
(prn :debug :get-block (:db/id block) (:block/title block) :children? children?
|
||||
:include-collapsed-children? include-collapsed-children?)
|
||||
;; (prn :debug :get-block (:db/id block) (:block/title block) :children? children?
|
||||
;; :include-collapsed-children? include-collapsed-children?)
|
||||
(let [children (when children?
|
||||
(let [children-blocks (get-block-children db (:block/uuid block) {:include-collapsed-children? include-collapsed-children?})
|
||||
large-page? (>= (count children-blocks) 100)
|
||||
|
||||
Reference in New Issue
Block a user