svgmap 2.18.3 → 2.18.4

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/dist/index.cjs CHANGED
@@ -1156,7 +1156,7 @@ class svgMap {
1156
1156
  var me = this;
1157
1157
 
1158
1158
  // Init pan zoom
1159
- this.mapPanZoom = svgPanZoom.svgPanZoom(this.mapImage, {
1159
+ this.mapPanZoom = svgPanZoom(this.mapImage, {
1160
1160
  zoomEnabled: this.options.allowInteraction,
1161
1161
  panEnabled: this.options.allowInteraction,
1162
1162
  fit: true,