diff --git a/src/pyj/read_book/footnotes.pyj b/src/pyj/read_book/footnotes.pyj index 968d0c2e23..aff2174327 100644 --- a/src/pyj/read_book/footnotes.pyj +++ b/src/pyj/read_book/footnotes.pyj @@ -204,6 +204,9 @@ class PopupIframeBoss: def initialize(self, data): window.addEventListener('error', self.on_error) + document.addEventListener('contextmenu', def(ev): + ev.preventDefault() + ) def on_error(self, evt): msg = evt.message