m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
78 stars 44 forks source link

RUG sorting not working #2

Closed rickerd-treehouse closed 5 years ago

rickerd-treehouse commented 5 years ago

I've tried to make the sorting work but it does nothing. Am I doing this wrong?

sorting={{updateBeforeSortStart: (foo) => {console.log(foo, 'Fawaka')}, axis: 'y'}}
ppotter100 commented 4 years ago

How did you solve this? I'm having the same issue.