mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
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:
commit
7f2a0491c6
@ -54,6 +54,7 @@ void FindInPageBar::findClose()
|
||||
return;
|
||||
auto page = current->page();
|
||||
page->findText("");
|
||||
current->setFocus();
|
||||
close();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user