We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deeb89 commit 0c1a502Copy full SHA for 0c1a502
examples/Demo/Shared/Components/TableOfContents.razor.cs
@@ -56,7 +56,7 @@ public override int GetHashCode()
56
protected NavigationManager NavigationManager { get; set; } = default!;
57
58
/// <summary>
59
- /// Gets or sets the heading for the ToC
+ /// Gets or sets the heading for the ToC
60
/// Defaults to 'In this article'
61
/// </summary>
62
[Parameter]
@@ -89,7 +89,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
89
_expanded = false;
90
}
91
92
- await BackToTopAsync();
+ //await BackToTopAsync();
93
await QueryDomAsync();
94
95
0 commit comments