Skip to content

Commit

Permalink
Fix bug #70874
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Nov 25, 2024
1 parent 94f5974 commit b1fe2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/thumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
{
let pdfDoc = this.viewer.getPDFDoc();

if (pdfDoc.fontLoader.isWorking())
if (pdfDoc.fontLoader.isWorking() || AscCommon.CollaborativeEditing.waitingImagesForLoad)
return true;

var isNeedTasks = false;
Expand Down

0 comments on commit b1fe2ae

Please sign in to comment.