mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
Add yarn dev
This commit is contained in:
@@ -287,11 +287,8 @@
|
||||
(defn block-item
|
||||
[repo block current-page input]
|
||||
(let [id (:block/uuid block)
|
||||
text (block-handler/block-unique-title block)
|
||||
icon "letter-n"]
|
||||
{:icon icon
|
||||
:icon-theme :gray
|
||||
:text (highlight-content-query text input)
|
||||
text (block-handler/block-unique-title block)]
|
||||
{:text (highlight-content-query text input)
|
||||
:header (when-not (db/page? block) (block/breadcrumb {:search? true} repo id {}))
|
||||
:current-page? (when-let [page-id (:block/page block)]
|
||||
(= page-id (:block/uuid current-page)))
|
||||
|
||||
Reference in New Issue
Block a user