mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix intermittent blank page on fast zoom.
This commit is contained in:
parent
029b970871
commit
d85e38d629
2 changed files with 13 additions and 4 deletions
|
@ -852,7 +852,7 @@ var InternalRenderTask = (function InternalRenderTaskClosure() {
|
|||
cancel: function InternalRenderTask_cancel() {
|
||||
this.running = false;
|
||||
this.cancelled = true;
|
||||
this.callback();
|
||||
this.callback('cancelled');
|
||||
},
|
||||
|
||||
operatorListChanged: function InternalRenderTask_operatorListChanged() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue