mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +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 => {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user