made typeaheads less bad and turned off matching
This commit is contained in:
@@ -481,3 +481,6 @@
|
||||
(.select el)
|
||||
(js/document.execCommand "copy")
|
||||
(.removeChild js/document.body el)))
|
||||
|
||||
(defn account->match-text [x]
|
||||
(str (:numeric-code x) " - " (:name x)))
|
||||
|
||||
Reference in New Issue
Block a user