react-music-player
react-music-player copied to clipboard
Disable Drag and Drop on Playlist
I have an application where the order of the files needs to be strictly enforced.
How can I completely disable the drag-and-drop re-ordering of the files in the playlist via the playlist panel ?
Cheers
Yes, I have the same problem. Lists do not work well on mobile
+need to disable drag&drop
sortableOptions: { disabled: true, forceFallback: true } in ReactJkMusicPlayerProps