mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Filter out recent fonts from search results (#5927)
This commit is contained in:
parent
702bd41047
commit
9084c184e7
@ -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…
x
Reference in New Issue
Block a user