From 38671b72cc8defdbc8a9f045f22a08154633d532 Mon Sep 17 00:00:00 2001 From: Sergey Luzyanin Date: Fri, 10 Oct 2025 11:50:56 +0300 Subject: [PATCH] [bug] fix bug 77445 --- slide/api.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/slide/api.js b/slide/api.js index 22bd585667..b2bf748c4b 100644 --- a/slide/api.js +++ b/slide/api.js @@ -7908,13 +7908,6 @@ background-repeat: no-repeat;\ this.sendToReporter("{ \"main_command\" : true, \"go_to_slide\" : " + slideNum + " }"); }; - - asc_docs_api.prototype.getFocusElement = function() { - if (!this.isSlideShow()) - return window['AscCommon'].g_inputContext.HtmlArea; - return document.body; - }; - asc_docs_api.prototype.SetDemonstrationModeOnly = function() { this.isOnlyDemonstration = true;