@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.
@@ -27248,6 +27248,9 @@ class Agenda extends AgendaBase {
27248
27248
  const tBody = target.querySelector('tbody');
27249
27249
  const emptyTBody = createElement('tbody');
27250
27250
  const topElement = this.getElementFromScrollerPosition(event);
27251
+ if (!topElement) {
27252
+ return;
27253
+ }
27251
27254
  const scrollDate = this.parent.getDateFromElement(topElement);
27252
27255
  let filterDate;
27253
27256
  let filterData;