mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
improved html5 d&d
This commit is contained in:
parent
4e449b9c66
commit
ea2e0c09d8
6 changed files with 38 additions and 56 deletions
|
|
@ -499,7 +499,7 @@ class MessageListMailBoxUserView extends AbstractViewNext {
|
|||
dragImage.style.right = 'auto';
|
||||
|
||||
let action = event.ctrlKey ? 'copy' : 'move';
|
||||
event.dataTransfer.setData('text/x-rainloop-json', JSON.stringify({
|
||||
event.dataTransfer.setData('application/x-rainloop-messages', JSON.stringify({
|
||||
copy: event.ctrlKey,
|
||||
folder: FolderStore.currentFolderFullNameRaw(),
|
||||
uids: uids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue