mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Merge remote-tracking branch 'upstream/master' into whiteboards
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
(defn- search-item-render
|
||||
[search-q {:keys [type data alias]}]
|
||||
(let [search-mode (state/get-search-mode)
|
||||
data (if (string? data) (pdf-assets/fix-local-asset-filename data) data)]
|
||||
data (if (string? data) (pdf-assets/fix-local-asset-pagename data) data)]
|
||||
[:div {:class "py-2"}
|
||||
(case type
|
||||
:graph-add-filter
|
||||
|
||||
Reference in New Issue
Block a user