Skip to content

Commit

Permalink
Map updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-bym committed Feb 6, 2024
1 parent 85648e4 commit d49f03c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GenOne.Blazor.Map/src/Component/Map.razor
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@

private async Task DisableFollowConsumerLocation()
{
FollowConsumerLocation = false;
await FollowConsumerLocationChanged.InvokeAsync(FollowConsumerLocation);
await FollowConsumerLocationChanged.InvokeAsync(false);
}

private async Task OnClickInner(MouseEvent mouseEvent)
Expand Down

0 comments on commit d49f03c

Please sign in to comment.