[bug] fix bug 77445

This commit is contained in:
Sergey Luzyanin
2025-10-10 11:50:56 +03:00
parent b1dfe5ea0c
commit 38671b72cc

View File

@ -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;