We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21b6b1 commit 3cec4feCopy full SHA for 3cec4fe
web/base_pdf_page_view.js
@@ -106,7 +106,8 @@ class BasePDFPageView {
106
// In HCM, a final filter is applied on the canvas which means that
107
// before it's applied we've normal colors. Consequently, to avoid to
108
// have a final flash we just display it once all the drawing is done.
109
- const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete;
+ // const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete;
110
+ const updateOnFirstShow = false;
111
112
let canvas = (this.canvas = document.createElement("canvas"));
113
0 commit comments