mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: don't hide bullets for top and bottom blocks
This commit is contained in:
@@ -2740,7 +2740,7 @@
|
||||
(db/entity [:block/uuid navigating-block])
|
||||
block*)]
|
||||
(merge (db/sub-block (:db/id block))
|
||||
(select-keys block [:block/level]))))
|
||||
(select-keys block [:block/level :block.temp/top? :block.temp/bottom?]))))
|
||||
|
||||
(rum/defc ^:large-vars/cleanup-todo block-container-inner < rum/reactive db-mixins/query
|
||||
[state repo config* block* {:keys [edit? edit-input-id]}]
|
||||
|
||||
Reference in New Issue
Block a user