lijinke666 / react-music-player

[Stop the maintenance] :musical_note: Maybe the best beautiful HTML5 responsive player component for react :)
https://lijinke666.github.io/react-music-player/
MIT License
694 stars 204 forks source link

Disable Drag and Drop on Playlist #535

Open aintHuman opened 1 year ago

aintHuman commented 1 year ago

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

majidjamhsidi commented 1 year ago

Yes, I have the same problem. Lists do not work well on mobile

SuperBigBang commented 10 months ago

+need to disable drag&drop

pomeloking01 commented 9 months ago

sortableOptions: { disabled: true, forceFallback: true } in ReactJkMusicPlayerProps