[pdf] Fix bug #79096

This commit is contained in:
Nikita Khromov
2025-12-16 20:36:28 +07:00
parent 7de14d1640
commit bf9a31612a

View File

@ -673,7 +673,7 @@
// rendering
CDocument.prototype._paint= function() {
if (!this.canvas || !this.viewer.canInteract()) return;
if (!this.canvas) return;
if (this.isNeedResize()) {
this.resize();
}