@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.
@@ -10800,7 +10800,7 @@ class EventTooltip {
10800
10800
  this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
10801
10801
  }
10802
10802
  setContent(content) {
10803
- this.tooltipObj.setProperties({ content: content }, true);
10803
+ this.tooltipObj.setProperties({ content: content, windowCollision: true }, true);
10804
10804
  }
10805
10805
  close() {
10806
10806
  this.tooltipObj.close();