Skip to content

Commit

Permalink
Merge branch 'main' into feature/net8
Browse files Browse the repository at this point in the history
  • Loading branch information
lolochristen committed Dec 10, 2023
2 parents 098ed5e + 9a6c567 commit 2e66823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenLayers.Blazor/Map.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ public async Task OnInternalCenterChanged(Coordinate coordinate)
{
if (!coordinate.Equals(Center))
{
await CenterChanged.InvokeAsync(coordinate);
Center = coordinate;
await CenterChanged.InvokeAsync(coordinate);
}
}

Expand Down

0 comments on commit 2e66823

Please sign in to comment.