@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.
@@ -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
  }