@vaadin-component-factory/vcf-pdf-viewer 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/vcf-pdf-viewer.js +2 -1
package/package.json
CHANGED
package/src/vcf-pdf-viewer.js
CHANGED
|
@@ -287,7 +287,7 @@ class PdfViewerElement extends
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
static get version() {
|
|
290
|
-
return '3.0.
|
|
290
|
+
return '3.0.2';
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
static get properties() {
|
|
@@ -819,6 +819,7 @@ class PdfViewerElement extends
|
|
|
819
819
|
// webcomponents/shadow dom messing with
|
|
820
820
|
// TODO: Fix the issue so that we get rid of the error in log
|
|
821
821
|
this.__viewer.currentScaleValue = value;
|
|
822
|
+
this.__viewer.forceRendering();
|
|
822
823
|
}
|
|
823
824
|
|
|
824
825
|
__pageChange(event) {
|