Commit 543cacdb authored by Ilya Kirillov's avatar Ilya Kirillov

Fix previous commit.

parent 988df3dc
......@@ -12402,7 +12402,7 @@ Paragraph.prototype.private_CheckUpdateBookmarks = function(Items)
for (var nIndex = 0, nCount = Items.length; nIndex < nCount; ++nIndex)
{
if (Items[nIndex] instanceof CParagraphBookmark)
if (para_Bookmark === Items[nIndex].Type)
{
this.LogicDocument.GetBookmarksManager().SetNeedUpdate(true);
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