Hovering fix
This commit is contained in:
@@ -218,6 +218,7 @@
|
||||
(let [t (match->text entity)]
|
||||
^{:key entity} [:li.typeahead-suggestion {:class (if (= entity h)
|
||||
"typeahead-highlighted")
|
||||
:on-mouse-over (fn [] (reset! highlighted entity))
|
||||
:on-mouse-down #(do (select entity))} t]))]])
|
||||
|
||||
:else
|
||||
|
||||
Reference in New Issue
Block a user