mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Merge branch 'fix-scroll' into 'main'
fix: allow desktop scroll with touchpad Closes #1094 See merge request famedly/fluffychat!1052
This commit is contained in:
commit
aa38a14343
@ -6,5 +6,6 @@ class CustomScrollBehavior extends MaterialScrollBehavior {
|
|||||||
Set<PointerDeviceKind> get dragDevices => {
|
Set<PointerDeviceKind> get dragDevices => {
|
||||||
PointerDeviceKind.touch,
|
PointerDeviceKind.touch,
|
||||||
PointerDeviceKind.mouse,
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.trackpad
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user