mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Focus iframe when closing search box
This commit is contained in:
parent
c67dacd033
commit
9ee721093e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user