Skip to content

Commit

Permalink
Fix bug #71973
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Dec 12, 2024
1 parent df3c845 commit e676248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@
let oDoc = t.getPDFDoc();
let oThumbnails = oDoc.GetThumbnails();
let Id = e["block"]["guid"];
let Class = g_oTableId.Get_ById(Id);
let Class = AscCommon.g_oTableId.Get_ById(Id);
if (Class && e["block"]["type"] == AscPDF.AscLockTypeElemPDF.Page) {
oThumbnails && oThumbnails._repaintPage(Class.GetIndex());
}
Expand Down

0 comments on commit e676248

Please sign in to comment.