mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Minor fixes on layers drag and drop on layers toolbox.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user