Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vertonghen committed Jan 25, 2024
1 parent a8d3054 commit 662c35b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Append.Blazor.Sidepanel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Version>6.4.0</Version>
<Version>6.4.1</Version>
<Title>Blazor Sidepanel</Title>
<Authors>Benjamin Vertonghen</Authors>
<Company>Append</Company>
Expand Down
1 change: 0 additions & 1 deletion src/AutoFocus.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
private ElementReference _element;
protected override async Task OnAfterRenderAsync(bool firstRender)
{
Console.WriteLine("LOL");
await Task.Delay(300); // Not a race condition but transition of the panel opening.
await _element.FocusAsync();
}
Expand Down

0 comments on commit 662c35b

Please sign in to comment.