Merge remote-tracking branch 'upstream/master' into whiteboards

This commit is contained in:
Peng Xiao
2022-10-08 17:26:45 +08:00
48 changed files with 1176 additions and 315 deletions

View File

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