@vaadin-component-factory/vcf-pdf-viewer 1.4.1 → 1.4.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
CHANGED
package/src/vcf-pdf-viewer.js
CHANGED
|
@@ -307,7 +307,7 @@ class PdfViewerElement extends
|
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
static get version() {
|
|
310
|
-
return '1.4.
|
|
310
|
+
return '1.4.2';
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
static get properties() {
|
|
@@ -695,6 +695,7 @@ class PdfViewerElement extends
|
|
|
695
695
|
// webcomponents/shadow dom messing with
|
|
696
696
|
// TODO: Fix the issue so that we get rid of the error in log
|
|
697
697
|
this.__viewer.currentScaleValue = value;
|
|
698
|
+
this.__viewer.forceRendering();
|
|
698
699
|
}
|
|
699
700
|
|
|
700
701
|
__pageChange(event) {
|