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

🐛 Fix recent fonts info

This commit is contained in:
Eva 2022-08-09 12:07:16 +02:00
parent 61f2799e49
commit 763877b713
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
### :bug: Bugs fixed ### :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 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 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) - Fix team default image [Taiga #3919](https://tree.taiga.io/project/penpot/issue/3919)

View file

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