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 5e4d8f9 commit e620c84Copy full SHA for e620c84
src/vcf-pdf-viewer.js
@@ -819,6 +819,7 @@ class PdfViewerElement extends
819
// webcomponents/shadow dom messing with
820
// TODO: Fix the issue so that we get rid of the error in log
821
this.__viewer.currentScaleValue = value;
822
+ this.__viewer.forceRendering();
823
}
824
825
__pageChange(event) {
0 commit comments