fix: don't hide bullets for top and bottom blocks

pull/10016/head
Tienson Qin 2023-06-27 20:54:26 +08:00
parent 0c4e9bf4d4
commit ff20d34b06
1 changed files with 1 additions and 1 deletions

View File

@ -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]}]