Skip to content

Commit 167c1c6

Browse files
author
Andrey Butov
committed
more accurate trends search (hash sign in query)
1 parent dd7b8cb commit 167c1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/tech-radar/ui/chart_view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
all-texts (.selectAll js/d3 (str "#" (name topic) " text"))
1010
on-click (fn [e]
1111
(let [text (or (.-y e) e)]
12-
(search/navigate-to-search topic text)))
12+
(search/navigate-to-search topic (str "#" text))))
1313
set-style-fn (fn [cursor color]
1414
(fn [_]
1515
(this-as this

0 commit comments

Comments
 (0)