@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin-component-factory/vcf-pdf-viewer",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Polymer element providing pdf viewer",
5
5
  "main": "vcf-pdf-viewer.js",
6
6
  "repository": {
@@ -287,7 +287,7 @@ class PdfViewerElement extends
287
287
  }
288
288
 
289
289
  static get version() {
290
- return '3.0.1';
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) {