mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🐛 Fix color palette exception.
This commit is contained in:
parent
6b49479ef7
commit
c0cbb5877b
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@
|
|||
(watch [_ state stream]
|
||||
(let [selected (get-in state [:workspace-local :selected])
|
||||
page-id (get-in state [:workspace-page :id])]
|
||||
(->> (rx/from selected)
|
||||
(->> (rx/from (seq selected))
|
||||
(rx/map (fn [id]
|
||||
(update-shape-recursive id attrs))))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue