File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments