@syncfusion/ej2-base 24.2.6 → 24.2.7

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.
@@ -2484,7 +2484,7 @@ var Observer = /** @__PURE__ @class */ (function () {
2484
2484
  var eventsArr = this.boundedEvents['notifyExternalChange'];
2485
2485
  if (eventsArr) {
2486
2486
  for (var i = 0; i < eventsArr.length; i++) {
2487
- var curContext = eventsArr[0].context;
2487
+ var curContext = eventsArr["" + i].context;
2488
2488
  if (curContext && curContext.detectFunction && curContext.randomId && !curContext.isRendered) {
2489
2489
  this.off('notifyExternalChange', curContext.detectFunction, curContext.randomId);
2490
2490
  i--;