0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

WIP: fix bug on own cursored mixin.

This commit is contained in:
Andrey Antukh 2015-12-15 15:49:19 +02:00
parent 7ceca619e0
commit 9182244e88

View file

@ -60,7 +60,7 @@
(defn- cursored-will-umount
[state]
(doseq [[k v] (:rum/props state)
(doseq [v (:rum/props state)
:when (satisfies? IWatchable v)]
(remove-watch v (cursored-key state)))
state)