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:
Tienson Qin
2025-08-26 21:04:09 +08:00
parent be2977dd40
commit bb1a502806
3 changed files with 27 additions and 16 deletions

View File

@@ -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)