Skip to content

Commit 0d2f601

Browse files
authored
Update FindOnPage.md
updated behavior for find previous and find next
1 parent b9a14b6 commit 0d2f601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FindOnPage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,15 +608,15 @@ runtimeclass CoreWebView2FindConfiguration : [default]ICoreWebView2FindConfigura
608608

609609

610610
/// Navigates to the next match in the document.
611-
/// Note: If called when there is no find operation in progress, FindNext will start a new find session.
612611
/// If there are no matches to find, FindNext will wrap around to the first match if the search direction is forward,
613612
/// or to the last match if the search direction is backward.
613+
/// If called when there is no find session active, FindPrevious will silently fail.
614614
void FindNext();
615615

616616
/// Navigates to the previous match in the document.
617-
/// Note: If called when there is no find operation in progress, FindPrevious will start a new find session.
618617
/// If there are no matches to find, FindPrevious will wrap around to the last match if the search direction is forward,
619618
/// or to the first match if the search direction is backward.
619+
/// If called when there is no find session active, FindPrevious will silently fail.
620620
void FindPrevious();
621621

622622

0 commit comments

Comments
 (0)