mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 77445
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user