Skip to content

Commit

Permalink
convert tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
dou867 committed Feb 25, 2024
1 parent 24d06f1 commit d762ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blazor.Diagrams/Extensions/JSRuntimeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public static class JSRuntimeExtensions
{
try
{
return await jsRuntime.InvokeAsync<Rectangle>("ZBlazorDiagrams.getBoundingClientRect", element);
}
return await jsRuntime.InvokeAsync<Rectangle>("ZBlazorDiagrams.getBoundingClientRect", element);
}
catch (TaskCanceledException)
{
return null;
Expand Down

0 comments on commit d762ab7

Please sign in to comment.