Merge remote-tracking branch 'origin/pr/3659'
This commit is contained in:
commit
52129f2e4d
@ -153,6 +153,9 @@ class WebKitSearch(browsertab.AbstractSearch):
|
|||||||
" for {}".format(text))
|
" for {}".format(text))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# Clear old search results, this is done automatically on other backends
|
||||||
|
self.clear()
|
||||||
|
|
||||||
self.text = text
|
self.text = text
|
||||||
self.search_displayed = True
|
self.search_displayed = True
|
||||||
self._flags = QWebPage.FindWrapsAroundDocument
|
self._flags = QWebPage.FindWrapsAroundDocument
|
||||||
|
Loading…
Reference in New Issue
Block a user