diff --git a/src/pyj/read_book/iframe.pyj b/src/pyj/read_book/iframe.pyj index 1757901286..446ef5f0da 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -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