🐛 Fix font search works only with lowercase letters

This commit is contained in:
Alejandro Alonso 2022-09-23 08:23:27 +02:00
parent 1ef4d42b28
commit 944cfd0fc4
2 changed files with 2 additions and 1 deletions

View file

@ -292,7 +292,7 @@
(mf/use-callback
(fn [event]
(let [val (dom/get-target-val event)]
(reset! sterm val))))]
(reset! sterm (str/lower val)))))]
[:div.dashboard-installed-fonts
[:h3 (tr "labels.installed-fonts")]