🐛 Fix color bullets in colorpicker modal on libraries

This commit is contained in:
Eva 2022-10-04 13:15:36 +02:00
parent 5bbfe376cf
commit b41ca75512
2 changed files with 2 additions and 0 deletions

View file

@ -89,6 +89,7 @@
on-select-library-color
(mf/use-fn
(fn [color]
(st/emit! (dc/update-colorpicker color))
(on-change color)))
on-add-library-color