@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.
@@ -8104,12 +8104,8 @@ var Maps = /** @__PURE__ @class */ (function (_super) {
8104
8104
  }
8105
8105
  }
8106
8106
  if (_this.markerModule) {
8107
- _this.markerModule.markerClick(e);
8108
8107
  _this.markerModule.markerClusterClick(e);
8109
8108
  }
8110
- if (_this.bubbleModule) {
8111
- _this.bubbleModule.bubbleClick(e);
8112
- }
8113
8109
  if (!eventArgs_1.cancel) {
8114
8110
  _this.notify(click, targetEle);
8115
8111
  }