mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[pdf] Fix bug #79096
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user