fix(ui): allow scrolling in play queue by adding delay (#4562)
This commit is contained in:
parent
775626e037
commit
e86dc03619
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ const Player = () => {
|
|||
/>
|
||||
),
|
||||
locale: locale(translate),
|
||||
sortableOptions: { delay: 200, delayOnTouchOnly: true },
|
||||
}),
|
||||
[gainInfo, isDesktop, playerTheme, translate, playerState.mode],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue