Commit 673658f7 authored by SergeyLuzyanin's avatar SergeyLuzyanin

IsInBlockLevelSdt

parent 8caf9127
...@@ -519,7 +519,7 @@ CDrawingsController.prototype.RemoveTextSelection = function() ...@@ -519,7 +519,7 @@ CDrawingsController.prototype.RemoveTextSelection = function()
}; };
CDrawingsController.prototype.IsInBlockLevelSdt = function() CDrawingsController.prototype.IsInBlockLevelSdt = function()
{ {
var oTargetTextObject = AscFormat.getTargetTextObject(this.DrawingObjects); var oTargetTextObject = this.DrawingObjects.getTargetDocContent();
if (oTargetTextObject) if (oTargetTextObject)
return oTargetTextObject.IsInBlockLevelSdt(null); return oTargetTextObject.IsInBlockLevelSdt(null);
......
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