Commit 74d46a23 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35335

parent f7789017
......@@ -15327,7 +15327,6 @@ CDocument.prototype.OnContentControlTrackEnd = function(Id, NearestPos, isCopy)
};
CDocument.prototype.AddContentControl = function(nContentControlType)
{
this.EndDrawingEditing();
return this.Controller.AddContentControl(nContentControlType);
};
CDocument.prototype.GetAllContentControls = 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