@syncfusion/ej2-schedule 31.2.3 → 31.2.10

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.
@@ -28253,6 +28253,9 @@ var Agenda = /** @__PURE__ @class */ (function (_super) {
28253
28253
  var tBody = target.querySelector('tbody');
28254
28254
  var emptyTBody = createElement('tbody');
28255
28255
  var topElement = this.getElementFromScrollerPosition(event);
28256
+ if (!topElement) {
28257
+ return;
28258
+ }
28256
28259
  var scrollDate = this.parent.getDateFromElement(topElement);
28257
28260
  var filterDate;
28258
28261
  var filterData;