0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

📎 Add FIXME note about recent-fonts ref behavior

This commit is contained in:
Andrey Antukh 2024-12-10 14:56:35 +01:00
parent a12b42c4d5
commit 838fb73434

View file

@ -244,6 +244,8 @@
(dm/get-in state [:recent-colors file-id])))
st/state))
;; FIXME: fonts are not prefixed, so the recent font list is shared
;; across all teams. This may not be expected behavior
(def workspace-recent-fonts
(l/derived (fn [data]
(get data :recent-fonts []))