Commit 6c7d90d2 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix error

parent 1839df88
......@@ -103,8 +103,8 @@ DrawingObjectsController.prototype.handleOleObjectDoubleClick = function(drawing
editor.asc_pluginRun(oleObject.m_sApplicationId, 0, pluginData);
}
this.changeCurrentState(new AscFormat.NullState(this));
this.oPresentation.OnMouseUp(e, x, y, pageIndex);
},
oPresentation.OnMouseUp(e, x, y, pageIndex);
};
DrawingObjectsController.prototype.checkSelectedObjectsAndCallback = function(callback, args, bNoSendProps, nHistoryPointType)
{
......
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