mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 18:17:00 +02:00
📎 Add FIXME note about recent-fonts ref behavior
This commit is contained in:
parent
a12b42c4d5
commit
838fb73434
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@
|
||||||
(dm/get-in state [:recent-colors file-id])))
|
(dm/get-in state [:recent-colors file-id])))
|
||||||
st/state))
|
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
|
(def workspace-recent-fonts
|
||||||
(l/derived (fn [data]
|
(l/derived (fn [data]
|
||||||
(get data :recent-fonts []))
|
(get data :recent-fonts []))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue