Skip to content

Commit b3b07ae

Browse files
authored
Updated the Configure/Execute Find
1 parent 4de44af commit b3b07ae

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

FindOnPage.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ bool AppWindow::ConfigureAndExecuteFind(const std::wstring& searchTerm)
6767
return S_OK;
6868
})
6969
.Get()));
70-
CHECK_FAILURE(webView2find->FindNext());
71-
CHECK_FAILURE(webView2find->FindNext());
72-
CHECK_FAILURE(webView2find->FindPrevious());
73-
CHECK_FAILURE(webView2find->StopFind());
74-
70+
// End user will now be able to interact with default Find UX
71+
// using the built in navigation buttons and Find filters to
72+
// customize their search.
7573
return true;
7674
}
7775
//! [ConfigureAndExecuteFind]

0 commit comments

Comments
 (0)