mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 00:36:46 +02:00
🐛 Filter out recent fonts from search results (#5927)
This commit is contained in:
parent
702bd41047
commit
9084c184e7
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@
|
|||
(filter-fonts state fonts))
|
||||
|
||||
recent-fonts (mf/deref refs/recent-fonts)
|
||||
recent-fonts (mf/with-memo [state recent-fonts]
|
||||
(filter-fonts state recent-fonts))
|
||||
|
||||
|
||||
full-size? (boolean (and full-size show-recent))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue