Commit efc7d90a authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with correction of the selection.

parent 5e41e82a
...@@ -15903,7 +15903,7 @@ CDocument.prototype.GetComplexFieldsByContentPos = function(oDocPos) ...@@ -15903,7 +15903,7 @@ CDocument.prototype.GetComplexFieldsByContentPos = function(oDocPos)
var oCurrentDocPos = this.GetContentPosition(false); var oCurrentDocPos = this.GetContentPosition(false);
this.SetContentPosition(oDocPos, 0, 0); this.SetContentPosition(oDocPos, 0, 0);
var oCurrentParagraph = this.controller_GetCurrentParagraph(true, false); var oCurrentParagraph = this.controller_GetCurrentParagraph(true, null);
if (!oCurrentParagraph) if (!oCurrentParagraph)
return []; return [];
......
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