Skip to content

Commit

Permalink
Open on method
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-bym committed Feb 6, 2024
1 parent 351bcb6 commit d7d162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenOne.DPBlazorMapLibrary/Models/Events/Evented.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async Task OnContextMenu(Func<MouseEvent, Task> callback)
await On(_contextMenuJsFunction, callback);
}

private async Task On(string eventType, Func<MouseEvent, Task> callback)
public async Task On(string eventType, Func<MouseEvent, Task> callback)
{
if (this.MouseEvents.ContainsKey(eventType))
{
Expand Down

0 comments on commit d7d162a

Please sign in to comment.