chore: try to enable keyboard for scroll, but behavior is strange on

mac, #3428 issue
This commit is contained in:
rustdesk 2023-02-28 16:21:14 +08:00
parent 5e06fc210b
commit f65a40f914

View File

@ -14,6 +14,7 @@ class DesktopScrollWrapper extends StatelessWidget {
return ImprovedScrolling( return ImprovedScrolling(
scrollController: scrollController, scrollController: scrollController,
enableCustomMouseWheelScrolling: true, enableCustomMouseWheelScrolling: true,
// enableKeyboardScrolling: true, // strange behavior on mac
customMouseWheelScrollConfig: CustomMouseWheelScrollConfig( customMouseWheelScrollConfig: CustomMouseWheelScrollConfig(
scrollDuration: kDefaultScrollDuration, scrollDuration: kDefaultScrollDuration,
scrollCurve: Curves.linearToEaseOut, scrollCurve: Curves.linearToEaseOut,