react-music-player icon indicating copy to clipboard operation
react-music-player copied to clipboard

Disable Drag and Drop on Playlist

Open aintHuman opened this issue 2 years ago • 3 comments

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

aintHuman avatar Feb 06 '23 09:02 aintHuman

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

majidjamhsidi avatar Feb 14 '23 11:02 majidjamhsidi

+need to disable drag&drop

SuperBigBang avatar Sep 10 '23 17:09 SuperBigBang

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

pomeloking01 avatar Oct 23 '23 02:10 pomeloking01