fix(ui): allow scrolling in play queue by adding delay (#4562)
This commit is contained in:
@@ -127,6 +127,7 @@ const Player = () => {
|
|||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
locale: locale(translate),
|
locale: locale(translate),
|
||||||
|
sortableOptions: { delay: 200, delayOnTouchOnly: true },
|
||||||
}),
|
}),
|
||||||
[gainInfo, isDesktop, playerTheme, translate, playerState.mode],
|
[gainInfo, isDesktop, playerTheme, translate, playerState.mode],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user