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 638e887 commit d44e924Copy full SHA for d44e924
web/base_pdf_page_view.js
@@ -108,7 +108,8 @@ class BasePDFPageView {
108
// In HCM, a final filter is applied on the canvas which means that
109
// before it's applied we've normal colors. Consequently, to avoid to
110
// have a final flash we just display it once all the drawing is done.
111
- const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete;
+ // const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete;
112
+ const updateOnFirstShow = false;
113
114
let canvas = (this.canvas = document.createElement("canvas"));
115
0 commit comments