@syncfusion/ej2-schedule 31.2.12 → 31.2.15

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.
@@ -28317,9 +28317,10 @@ var Agenda = /** @__PURE__ @class */ (function (_super) {
28317
28317
  }
28318
28318
  else {
28319
28319
  for (var a = 0, length_1 = liCollection.length; a < length_1; a++) {
28320
+ var targetRect = target.getBoundingClientRect();
28320
28321
  li = liCollection[parseInt(a.toString(), 10)];
28321
28322
  liDetails = li.getBoundingClientRect();
28322
- if (liDetails.top >= 0) {
28323
+ if (targetRect.top < liDetails.top) {
28323
28324
  filterElement = closest(li, '.' + AGENDA_CELLS_CLASS);
28324
28325
  break;
28325
28326
  }