diff --git a/src/pyj/read_book/search.pyj b/src/pyj/read_book/search.pyj index e296060010..b6699d4d72 100644 --- a/src/pyj/read_book/search.pyj +++ b/src/pyj/read_book/search.pyj @@ -75,6 +75,7 @@ class SearchOverlay: def hide(self): self.container.style.display = 'none' + ui_operations.focus_iframe() def show(self): c = self.container