diff --git a/web/pdf_cursor_tools.js b/web/pdf_cursor_tools.js index c55bf34bc..39cc532f7 100644 --- a/web/pdf_cursor_tools.js +++ b/web/pdf_cursor_tools.js @@ -129,8 +129,6 @@ class PDFCursorTools { this.eventBus._on("presentationmodechanged", evt => { switch (evt.state) { - case PresentationModeState.CHANGING: - break; case PresentationModeState.FULLSCREEN: { const previouslyActive = this.active;