diff --git a/src/pyj/read_book/overlay.pyj b/src/pyj/read_book/overlay.pyj index 2d52875f75..d551818232 100644 --- a/src/pyj/read_book/overlay.pyj +++ b/src/pyj/read_book/overlay.pyj @@ -675,6 +675,7 @@ class Overlay: self.view.get_current_cfi('show-bookmarks', do_it) def show_highlights(self): + self.hide_current_panel() if ui_operations.toggle_highlights: self.hide() ui_operations.toggle_highlights()