No need to call init() in display book since the iframe is inited at construction time

This commit is contained in:
Kovid Goyal 2021-11-30 00:12:20 +05:30
parent ce49820ffc
commit bd111dc365
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -892,7 +892,6 @@ class View:
self.content_popup_overlay.loaded_resources = {}
self.timers.start_book(book)
self.search_overlay.clear_caches(book)
self.iframe_wrapper.init()
unkey = username_key(get_interface_data().username)
self.book = current_book.book = book
hl = None