@syncfusion/ej2-schedule 29.1.34 → 29.1.37

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.
@@ -22247,7 +22247,7 @@ var Resize = /** @__PURE__ @class */ (function (_super) {
22247
22247
  if (!isTop) {
22248
22248
  offsetValue += this.actionObj.clone.offsetHeight;
22249
22249
  }
22250
- var minutes = (offsetValue / this.actionObj.cellHeight) * this.actionObj.slotInterval;
22250
+ var minutes = (offsetValue / Math.round(this.actionObj.cellHeight)) * this.actionObj.slotInterval;
22251
22251
  var element = this.actionObj.clone.offsetParent;
22252
22252
  if (isNullOrUndefined(element)) {
22253
22253
  return;