fix(ui): allow scrolling in shareplayer queue by adding delay #4748

fix(shareplayer): allow-scrolling-in-shareplayer - #4747
This commit is contained in:
floatlesss
2025-11-29 17:54:46 +00:00
committed by GitHub
parent 6a7381aa5a
commit 64a9260174

View File

@@ -53,6 +53,7 @@ const SharePlayer = () => {
remove: false, remove: false,
spaceBar: true, spaceBar: true,
volumeFade: { fadeIn: 200, fadeOut: 200 }, volumeFade: { fadeIn: 200, fadeOut: 200 },
sortableOptions: { delay: 200, delayOnTouchOnly: true },
} }
return ( return (
<ReactJkMusicPlayer <ReactJkMusicPlayer