mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix keyboard shortcuts not working after closing footnote popup
This commit is contained in:
parent
04d3066594
commit
667d4586fd
@ -7,7 +7,7 @@ from gettext import gettext as _
|
|||||||
|
|
||||||
from dom import add_extra_css, build_rule, clear, svgicon
|
from dom import add_extra_css, build_rule, clear, svgicon
|
||||||
from iframe_comm import IframeWrapper
|
from iframe_comm import IframeWrapper
|
||||||
from read_book.globals import runtime
|
from read_book.globals import runtime, ui_operations
|
||||||
from read_book.resources import load_resources
|
from read_book.resources import load_resources
|
||||||
|
|
||||||
CLASS_NAME = 'book-content-popup-container'
|
CLASS_NAME = 'book-content-popup-container'
|
||||||
@ -80,6 +80,7 @@ class ContentPopupOverlay:
|
|||||||
|
|
||||||
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