mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix: track pad horizontal scrolling not working
This commit is contained in:
parent
8cd650b07e
commit
59e0e6bb65
@ -60,10 +60,7 @@ class HorizontalPlaybuttonCardView<T> extends HookWidget {
|
||||
onNotification: (notification) => true,
|
||||
child: ScrollConfiguration(
|
||||
behavior: ScrollConfiguration.of(context).copyWith(
|
||||
dragDevices: {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
},
|
||||
dragDevices: PointerDeviceKind.values.toSet(),
|
||||
),
|
||||
child: items.isEmpty
|
||||
? ListView.builder(
|
||||
|
Loading…
Reference in New Issue
Block a user