[bug] fix bug 68185

This commit is contained in:
Sergey Luzyanin
2024-06-18 01:02:59 +03:00
committed by Oleg Korshul
parent 35e2fb53cf
commit 836ed2cdc7
2 changed files with 10 additions and 0 deletions

View File

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

View File

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