mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:48:22 +02:00
🐛 Fix font search works only with lowercase letters
This commit is contained in:
parent
1ef4d42b28
commit
944cfd0fc4
2 changed files with 2 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue