mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 03:01:39 +02:00
🐛 Fix typo.
This commit is contained in:
parent
205d09a5cd
commit
62856e005f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
[_, drop] (rdnd/useDrop
|
[_, drop] (rdnd/useDrop
|
||||||
#js {:accept type
|
#js {:accept type
|
||||||
:hover (fn [item monitor]
|
:hover (fn [item monitor]
|
||||||
(when (mf/rev-val ref)
|
(when (mf/ref-val ref)
|
||||||
(on-hover (unchecked-get item "data") monitor)))
|
(on-hover (unchecked-get item "data") monitor)))
|
||||||
:drop (fn [item monitor]
|
:drop (fn [item monitor]
|
||||||
(when (mf/ref-val ref)
|
(when (mf/ref-val ref)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue