SmartJSONEditor / PublicDocuments

Public Documents
MIT License
51 stars 10 forks source link

Drag and drop of multiple array items reverses order #14

Open FahimF opened 4 years ago

FahimF commented 4 years ago

If you select multiple array items and drag and drop them on to another array (for example in another window), the items are added to the new array in reverse order. For example, if the original array items are A, B, C, and D, when they are dragged and dropped into a new array, the order will be D, C, B, and A.