Skip to content

Commit f0b9e32

Browse files
authored
Update FindOnPage.md
1 parent 42b3cdd commit f0b9e32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FindOnPage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ namespace Microsoft.Web.WebView2.Core
455455

456456
await webViewFind.StartFindAsync(findConfig);
457457
await webViewFind.FindNextAsync();
458-
// Additional operations...
458+
await webViewFind.FindNextAsync();
459+
await webViewFind.StopFindAsync();
459460
}
460461
}
461462
```

0 commit comments

Comments
 (0)