n20-common-lib 2.22.30 → 2.22.31

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": "n20-common-lib",
3
- "version": "2.22.30",
3
+ "version": "2.22.31",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -698,6 +698,7 @@ export default {
698
698
  },
699
699
  scaleReset() {
700
700
  this.zoomValue = 1
701
+ this.scaleSvg()
701
702
  },
702
703
  scaleSvg() {
703
704
  this.svgPanzoom && this.svgPanzoom.zoomAbs(0, 0, this.zoomValue)