Commit f930f00d authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with checking bookmarks.

parent 71666117
......@@ -3005,7 +3005,7 @@ CParagraphContentWithParagraphLikeContent.prototype.private_CheckUpdateBookmarks
if (!Items)
return;
for (var nIndex = 0, nCount = this.Content.length; nIndex < nCount; ++nIndex)
for (var nIndex = 0, nCount = Items.length; nIndex < nCount; ++nIndex)
{
if (para_Bookmark === Items[nIndex].Type)
{
......
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