mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
WIP: fix bug on own cursored mixin.
This commit is contained in:
parent
7ceca619e0
commit
9182244e88
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
(defn- cursored-will-umount
|
(defn- cursored-will-umount
|
||||||
[state]
|
[state]
|
||||||
(doseq [[k v] (:rum/props state)
|
(doseq [v (:rum/props state)
|
||||||
:when (satisfies? IWatchable v)]
|
:when (satisfies? IWatchable v)]
|
||||||
(remove-watch v (cursored-key state)))
|
(remove-watch v (cursored-key state)))
|
||||||
state)
|
state)
|
||||||
|
|
Loading…
Add table
Reference in a new issue