fix(ui): allow scrolling in play queue by adding delay (#4562)

This commit is contained in:
pca006132 2025-11-02 08:47:03 +08:00 committed by Joe Stump
parent b2f429b154
commit 887b01f640
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -127,6 +127,7 @@ const Player = () => {
/>
),
locale: locale(translate),
sortableOptions: { delay: 200, delayOnTouchOnly: true },
}),
[gainInfo, isDesktop, playerTheme, translate, playerState.mode],
)