mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 68185
This commit is contained in:
committed by
Oleg Korshul
parent
35e2fb53cf
commit
836ed2cdc7
@ -1331,6 +1331,15 @@ function CEditorPage(api)
|
||||
this.m_oNotes_scroll.HtmlElement.style.display = "block";
|
||||
}
|
||||
|
||||
if(this.IsAnimPaneShown())
|
||||
{
|
||||
this.m_oAnimationPaneContainer.HtmlElement.style.display = "block";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.m_oAnimationPaneContainer.HtmlElement.style.display = "none";
|
||||
}
|
||||
|
||||
if (true !== isNoNeedResize)
|
||||
this.OnResize2(true);
|
||||
};
|
||||
|
||||
@ -7861,6 +7861,7 @@ background-repeat: no-repeat;\
|
||||
_button2.innerHTML = this.reporterTranslates[2];
|
||||
this.WordControl.OnResizeReporter();
|
||||
}
|
||||
this.WordControl.UpdateBottomControlsParams();
|
||||
};
|
||||
|
||||
asc_docs_api.prototype.sendToReporter = function(value)
|
||||
|
||||
Reference in New Issue
Block a user