mirror of
https://github.com/penpot/penpot.git
synced 2025-04-03 10:31:38 -05:00
Fix wrong state transformation on icons events.
This commit is contained in:
parent
a8dd40900c
commit
19ebf65c68
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(let [{:keys [id] :as item} (assoc item :type :own)]
|
||||
(update state :image-colls-by-id assoc id item)))
|
||||
(update state :icon-colls-by-id assoc id item)))
|
||||
|
||||
rs/WatchEvent
|
||||
(-apply-watch [_ state stream]
|
||||
|
|
Loading…
Add table
Reference in a new issue