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 dd23c5c commit 61c2f83Copy full SHA for 61c2f83
src/vcf-pdf-viewer.js
@@ -695,6 +695,7 @@ class PdfViewerElement extends
695
// webcomponents/shadow dom messing with
696
// TODO: Fix the issue so that we get rid of the error in log
697
this.__viewer.currentScaleValue = value;
698
+ this.__viewer.forceRendering();
699
}
700
701
__pageChange(event) {
0 commit comments