mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
Minor fixes on layers drag and drop on layers toolbox.
This commit is contained in:
parent
544cb6a226
commit
e8b46229ee
1 changed files with 2 additions and 3 deletions
|
@ -224,11 +224,10 @@
|
|||
(on-drag-leave [event]
|
||||
(swap! local assoc :over false))]
|
||||
(html
|
||||
[:li.group {:class (when open? "open")
|
||||
:key (str (:id item))
|
||||
:draggable true}
|
||||
[:li.group {:class (when open? "open")}
|
||||
[:div.element-list-body
|
||||
{:class classes
|
||||
:draggable true
|
||||
:on-drag-start on-drag-start
|
||||
:on-drag-enter on-drag-enter
|
||||
:on-drag-leave on-drag-leave
|
||||
|
|
Loading…
Add table
Reference in a new issue