made typeaheads less bad and turned off matching

This commit is contained in:
Bryce Covert
2021-05-13 16:59:35 -07:00
parent 4c764ed927
commit 34d723677d
4 changed files with 14 additions and 5 deletions

View File

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