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:
parent
7ceca619e0
commit
9182244e88
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue