Commit 32e0d3d6 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35378

parent c951aad8
......@@ -2645,7 +2645,7 @@ CPresentation.prototype =
var oTargetTextObject = AscFormat.getTargetTextObject(oDrawingObjects);
var bNeedRedraw;
if(oTargetTextObject.isEmptyPlaceholder())
if(oTargetTextObject && oTargetTextObject.isEmptyPlaceholder())
{
bNeedRedraw = true;
}
......
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