mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Revert freezing of epubReadingSystem as it throws and I can't be bothered figuring out why
This commit is contained in:
parent
ab45cb8fb1
commit
057d3604fc
@ -59,7 +59,7 @@ class EPUBReadingSystem:
|
||||
class IframeBoss:
|
||||
|
||||
def __init__(self):
|
||||
window.navigator.epubReadingSystem = Object.freeze(EPUBReadingSystem())
|
||||
window.navigator.epubReadingSystem = EPUBReadingSystem()
|
||||
self.ready_sent = False
|
||||
self.last_cfi = None
|
||||
self.replace_history_on_next_cfi_update = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user