0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix typo.

This commit is contained in:
Andrey Antukh 2019-08-13 11:10:40 +02:00
parent 205d09a5cd
commit 62856e005f

View file

@ -24,7 +24,7 @@
[_, drop] (rdnd/useDrop
#js {:accept type
:hover (fn [item monitor]
(when (mf/rev-val ref)
(when (mf/ref-val ref)
(on-hover (unchecked-get item "data") monitor)))
:drop (fn [item monitor]
(when (mf/ref-val ref)