Skip to content

Commit 7d1db17

Browse files
authored
Update FindOnPage.md
1 parent 5f4f6c7 commit 7d1db17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FindOnPage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ void ActiveMatchIndexChangedSample()
276276
{
277277
webView.CoreWebView2.FindController.ActiveMatchIndexChanged += (object sender, EventArgs args) =>
278278
{
279-
// Access the active match index synchronously in the event handler.
280279
int activeMatchIndex = webView.CoreWebView2.FindController.ActiveMatchIndex;
281280
// Update Custom UI based on the new active match index.
282281
};

0 commit comments

Comments
 (0)