Skip to content

Commit 0558f84

Browse files
committed
Remove FocusOnNavigate component from App.razor
1 parent 5b19d30 commit 0558f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • BlazorExpress.ChartJS.Demo.WebAssembly

BlazorExpress.ChartJS.Demo.WebAssembly/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AdditionalAssemblies="new []{ typeof(BlazorExpress.ChartJS.Demo.RCL.App).Assembly }">
33
<Found Context="routeData">
44
<RouteView RouteData="@routeData" DefaultLayout="@typeof(BlazorExpress.ChartJS.Demo.RCL.MainLayout)" />
5-
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
5+
@* <FocusOnNavigate RouteData="@routeData" Selector="h1" /> *@
66
</Found>
77
<NotFound>
88
<PageTitle>Not found</PageTitle>

0 commit comments

Comments
 (0)