ui: remove main selectionArea

This commit is contained in:
Simon Ding
2024-11-05 11:51:08 +08:00
parent 0d4b453d0a
commit 949b6e5188

View File

@@ -53,10 +53,8 @@ class _MyAppState extends ConsumerState<MyApp> {
final shellRoute = StatefulShellRoute.indexedStack(
builder: (BuildContext context, GoRouterState state,
StatefulNavigationShell navigationShell) {
return SelectionArea(
child: MainSkeleton(
body: navigationShell,
),
return MainSkeleton(
body: navigationShell,
);
},
branches: [