fix(ui): allow scrolling in shareplayer queue by adding delay #4748
fix(shareplayer): allow-scrolling-in-shareplayer - #4747
This commit is contained in:
parent
6a7381aa5a
commit
64a9260174
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ const SharePlayer = () => {
|
|||
remove: false,
|
||||
spaceBar: true,
|
||||
volumeFade: { fadeIn: 200, fadeOut: 200 },
|
||||
sortableOptions: { delay: 200, delayOnTouchOnly: true },
|
||||
}
|
||||
return (
|
||||
<ReactJkMusicPlayer
|
||||
|
|
|
|||
Loading…
Reference in a new issue