@syncfusion/ej2-schedule 27.1.51 → 27.1.52

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.
@@ -11050,7 +11050,7 @@ var EventTooltip = /** @__PURE__ @class */ (function () {
11050
11050
  this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
11051
11051
  };
11052
11052
  EventTooltip.prototype.setContent = function (content) {
11053
- this.tooltipObj.setProperties({ content: content }, true);
11053
+ this.tooltipObj.setProperties({ content: content, windowCollision: true }, true);
11054
11054
  };
11055
11055
  EventTooltip.prototype.close = function () {
11056
11056
  this.tooltipObj.close();