Focus iframe when closing search box

This commit is contained in:
Kovid Goyal 2019-09-30 08:09:12 +05:30
parent c67dacd033
commit 9ee721093e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -75,6 +75,7 @@ class SearchOverlay:
def hide(self): def hide(self):
self.container.style.display = 'none' self.container.style.display = 'none'
ui_operations.focus_iframe()
def show(self): def show(self):
c = self.container c = self.container