mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug #71590
Fix the problem with selecting bookmark in the native builder
This commit is contained in:
@ -130,7 +130,7 @@ CParagraphBookmark.prototype.GoToBookmark = function()
|
||||
if (!oParagraph)
|
||||
return;
|
||||
|
||||
var oLogicDocument = oParagraph.LogicDocument;
|
||||
var oLogicDocument = oParagraph.GetLogicDocument();
|
||||
if (!oLogicDocument)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user