📎 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]))) (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 []))