Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-10 13:12:54 +08:00
parent cedbac88c1
commit 664a039617
81 changed files with 771 additions and 217950 deletions

View File

@@ -279,9 +279,7 @@ class MyApp extends StatelessWidget {
builder: _builder,
),
navigatorObservers: [routeObserver],
scrollBehavior: PlatformUtils.isDesktop
? const CustomScrollBehavior(desktopDragDevices)
: null,
scrollBehavior: const CustomScrollBehavior(),
);
}