0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Merge pull request #2150 from penpot/eva-fix-recent-fonts

🐛 Fix recent fonts info
This commit is contained in:
Andrey Antukh 2022-08-09 12:25:32 +02:00 committed by GitHub
commit 36def65c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
### :bug: Bugs fixed
- Fix recent fonts info [Taiga #3953](https://tree.taiga.io/project/penpot/issue/3953)
- Fix clipped elements affect boards and centering [Taiga #3666](https://tree.taiga.io/project/penpot/issue/3666)
- Fix intro action in multi input [Taiga #3541](https://tree.taiga.io/project/penpot/issue/3541)
- Fix team default image [Taiga #3919](https://tree.taiga.io/project/penpot/issue/3919)

View file

@ -209,7 +209,7 @@
(def workspace-recent-fonts
(l/derived (fn [data]
(get data :workspace-data []))
(get data :recent-fonts []))
workspace-data))
(def workspace-file-typography