Skip to content

Commit

Permalink
fix: full search result should not be only displayed on electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
situ2001 authored and andelf committed Dec 29, 2022
1 parent fb4952d commit df7e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/search.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
:on-shift-chosen #(search-on-shift-chosen repo search-q %)
:item-render #(search-item-render search-q %)
:on-chosen-open-link #(search-on-chosen-open-link repo search-q %)})
(when (and has-more? (util/electron?) (not all?))
(when (and has-more? (not all?))
[:div.px-2.py-4.search-more
[:a.text-sm.font-medium {:href (rfe/href :search {:q search-q})
:on-click (fn []
Expand Down

0 comments on commit df7e32a

Please sign in to comment.