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 GitHub
parent 775626e037
commit e86dc03619
+1
View File
@@ -127,6 +127,7 @@ const Player = () => {
/>
),
locale: locale(translate),
sortableOptions: { delay: 200, delayOnTouchOnly: true },
}),
[gainInfo, isDesktop, playerTheme, translate, playerState.mode],
)