mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-07 18:10:49 +08:00
ui: remove main selectionArea
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user