diff --git a/web/base_pdf_page_view.js b/web/base_pdf_page_view.js index 1290dbfc3..52ce1a5fc 100644 --- a/web/base_pdf_page_view.js +++ b/web/base_pdf_page_view.js @@ -114,7 +114,8 @@ class BasePDFPageView { // In HCM, a final filter is applied on the canvas which means that // before it's applied we've normal colors. Consequently, to avoid to // have a final flash we just display it once all the drawing is done. - const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete; + // const updateOnFirstShow = !prevCanvas && !hasHCM && !hideUntilComplete; + const updateOnFirstShow = false; let canvas = (this.canvas = document.createElement("canvas"));