mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
🐛 Fix font search works only with lowercase letters
This commit is contained in:
parent
1ef4d42b28
commit
944cfd0fc4
@ -20,6 +20,7 @@
|
|||||||
- Fix import files with unexpected format or invalid content [Taiga #4136](https://tree.taiga.io/project/penpot/issue/4136)
|
- Fix import files with unexpected format or invalid content [Taiga #4136](https://tree.taiga.io/project/penpot/issue/4136)
|
||||||
- Fix wrong shortcut button tip of "Delete" function [Taiga #4162](https://tree.taiga.io/project/penpot/issue/4162)
|
- Fix wrong shortcut button tip of "Delete" function [Taiga #4162](https://tree.taiga.io/project/penpot/issue/4162)
|
||||||
- Fix error after user drags any layer in search functionality [Taiga #4161](https://tree.taiga.io/project/penpot/issue/4161)
|
- Fix error after user drags any layer in search functionality [Taiga #4161](https://tree.taiga.io/project/penpot/issue/4161)
|
||||||
|
- Fix font search works only with lowercase letters [Taiga #4140](https://tree.taiga.io/project/penpot/issue/4140)
|
||||||
|
|
||||||
## 1.15.3-beta
|
## 1.15.3-beta
|
||||||
|
|
||||||
|
|||||||
@ -292,7 +292,7 @@
|
|||||||
(mf/use-callback
|
(mf/use-callback
|
||||||
(fn [event]
|
(fn [event]
|
||||||
(let [val (dom/get-target-val event)]
|
(let [val (dom/get-target-val event)]
|
||||||
(reset! sterm val))))]
|
(reset! sterm (str/lower val)))))]
|
||||||
|
|
||||||
[:div.dashboard-installed-fonts
|
[:div.dashboard-installed-fonts
|
||||||
[:h3 (tr "labels.installed-fonts")]
|
[:h3 (tr "labels.installed-fonts")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user