0
Fork 0
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:
Andrey Antukh 2016-10-21 00:16:49 +02:00
parent a8dd40900c
commit 19ebf65c68

View file

@ -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]