mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08:00
dragData already set by setDragAction
This commit is contained in:
parent
ef5c3f73a5
commit
20058edd71
1 changed files with 0 additions and 4 deletions
4
dev/External/User/ko.js
vendored
4
dev/External/User/ko.js
vendored
|
@ -193,10 +193,6 @@ Object.assign(ko.bindingHandlers, {
|
|||
};
|
||||
addEventsListeners(element, {
|
||||
dragstart: e => {
|
||||
dragData = {
|
||||
action: 'sortable',
|
||||
element: element
|
||||
};
|
||||
setDragAction(e, 'sortable', 'move', element, element);
|
||||
element.style.opacity = 0.25;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue