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:
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])))
|
||||
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 []))
|
||||
|
|
Loading…
Reference in a new issue