You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Hello,
I found a small error in the wiki:
https://github.com/marceljuenemann/angular-drag-and-drop-lists/wiki/Data-Transfer-Design#workaround-for-micorsoft-internet-explorer
In that paragraph there is a list, in the second item in the list it says that the data transfer object looks like {item: ..., mimeType: ...}, while it actually is {item: ..., type: ...}, as set here:
https://github.com/marceljuenemann/angular-drag-and-drop-lists/blob/master/angular-drag-and-drop-lists.js#L117
It's a small thing, but it took me some debugging to see what's the issue, so I just created the issue so it could be updated.
The text was updated successfully, but these errors were encountered: