Don't focus h1 on navigate
This commit is contained in:
parent
2fba74c99c
commit
f3af30afb6
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
<Router AppAssembly="typeof(Program).Assembly">
|
<Router AppAssembly="typeof(Program).Assembly">
|
||||||
<Found Context="routeData">
|
<Found Context="routeData">
|
||||||
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
|
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
|
||||||
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
|
||||||
</Found>
|
</Found>
|
||||||
</Router>
|
</Router>
|
Loading…
Add table
Reference in a new issue