@syncfusion/ej2-maps 19.4.52 → 19.4.53
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/CHANGELOG.md +8 -0
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +0 -4
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +0 -4
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/maps/maps.js +0 -4
|
@@ -7823,12 +7823,8 @@ let Maps = class Maps extends Component {
|
|
|
7823
7823
|
}
|
|
7824
7824
|
}
|
|
7825
7825
|
if (this.markerModule) {
|
|
7826
|
-
this.markerModule.markerClick(e);
|
|
7827
7826
|
this.markerModule.markerClusterClick(e);
|
|
7828
7827
|
}
|
|
7829
|
-
if (this.bubbleModule) {
|
|
7830
|
-
this.bubbleModule.bubbleClick(e);
|
|
7831
|
-
}
|
|
7832
7828
|
if (!eventArgs.cancel) {
|
|
7833
7829
|
this.notify(click, targetEle);
|
|
7834
7830
|
}
|