We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b19d30 commit 0558f84Copy full SHA for 0558f84
1 file changed
BlazorExpress.ChartJS.Demo.WebAssembly/App.razor
@@ -2,7 +2,7 @@
2
AdditionalAssemblies="new []{ typeof(BlazorExpress.ChartJS.Demo.RCL.App).Assembly }">
3
<Found Context="routeData">
4
<RouteView RouteData="@routeData" DefaultLayout="@typeof(BlazorExpress.ChartJS.Demo.RCL.MainLayout)" />
5
- <FocusOnNavigate RouteData="@routeData" Selector="h1" />
+ @* <FocusOnNavigate RouteData="@routeData" Selector="h1" /> *@
6
</Found>
7
<NotFound>
8
<PageTitle>Not found</PageTitle>
0 commit comments