Skip to content

Commit 5a5d73e

Browse files
Update README.md
Co-authored-by: Albert Totten <49917542+albertov05@users.noreply.github.com>
1 parent 9065386 commit 5a5d73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Implement a client-side script [`TabsContextMenu.razor.js`](CS/blazor_multi_tab_
8585

8686
- Finds the matching elements by their `CssClass` property.
8787
- Suppresses the default browser context menu.
88-
- Capture the mouse position, and invoke a .NET `[JSInvokable]` method that opens the context menu at the pointer's coordinates.
88+
- Captures the mouse position and invokes a .NET `[JSInvokable]` method that opens the context menu at the pointer's coordinates.
8989

9090
When a menu item is clicked, the handler calls the corresponding method of [`MdiStateService`](CS/blazor_multi_tab_ui/Services/MdiStateService.cs) to update the tab state (close, hide, or restore).
9191

0 commit comments

Comments
 (0)