Commit 08264c51 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix bug 35434

parent b1ead33b
......@@ -2481,9 +2481,9 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.paraApply = function(Props)
{
var _presentation = editor.WordControl.m_oLogicDocument;
if (_presentation.Slides[_presentation.CurPage])
var graphicObjects = _presentation.GetCurrentController();
if (graphicObjects)
{
var graphicObjects = _presentation.Slides[_presentation.CurPage].graphicObjects;
graphicObjects.checkSelectedObjectsAndCallback(function()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment