Fix the problem with selecting bookmark in the native builder
This commit is contained in:
Ilya Kirillov
2025-01-15 14:21:52 +03:00
parent 268815f341
commit 389a3d77f8

View File

@ -130,7 +130,7 @@ CParagraphBookmark.prototype.GoToBookmark = function()
if (!oParagraph)
return;
var oLogicDocument = oParagraph.LogicDocument;
var oLogicDocument = oParagraph.GetLogicDocument();
if (!oLogicDocument)
return;