Merge pull request #1075 from vinurk/fix/reset-view-findinpage

Don't reset the webview on exiting search-in-page
This commit is contained in:
Veloman Yunkan 2024-04-08 18:48:29 +04:00 committed by GitHub
commit 7f2a0491c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ void FindInPageBar::findClose()
return;
auto page = current->page();
page->findText("");
current->setFocus();
close();
}