mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 01:31:22 -05:00
🐛 Fix search bar being wider when recent-fonts is nil
This commit is contained in:
parent
d737b9501b
commit
a41ce5b8b7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
fonts (mf/use-memo (mf/deps @state) #(filter-fonts @state @fonts/fonts))
|
||||
recent-fonts (mf/deref refs/workspace-recent-fonts)
|
||||
|
||||
full-size? (boolean (and full-size recent-fonts show-recent))
|
||||
full-size? (boolean (and full-size show-recent))
|
||||
|
||||
select-next
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Reference in a new issue