0
Fork 0
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:
Andrey Antukh 2016-02-02 21:33:04 +02:00
parent 544cb6a226
commit e8b46229ee

View file

@ -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