diff --git a/src/Append.Blazor.Sidepanel.csproj b/src/Append.Blazor.Sidepanel.csproj index 765499f..0fca47c 100644 --- a/src/Append.Blazor.Sidepanel.csproj +++ b/src/Append.Blazor.Sidepanel.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.4.0 + 6.4.1 Blazor Sidepanel Benjamin Vertonghen Append diff --git a/src/AutoFocus.razor b/src/AutoFocus.razor index 105ef1e..862288f 100644 --- a/src/AutoFocus.razor +++ b/src/AutoFocus.razor @@ -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(); }