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,
|
onNotification: (notification) => true,
|
||||||
child: ScrollConfiguration(
|
child: ScrollConfiguration(
|
||||||
behavior: ScrollConfiguration.of(context).copyWith(
|
behavior: ScrollConfiguration.of(context).copyWith(
|
||||||
dragDevices: {
|
dragDevices: PointerDeviceKind.values.toSet(),
|
||||||
PointerDeviceKind.touch,
|
|
||||||
PointerDeviceKind.mouse,
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
child: items.isEmpty
|
child: items.isEmpty
|
||||||
? ListView.builder(
|
? ListView.builder(
|
||||||
|
Loading…
Reference in New Issue
Block a user