@syncfusion/ej2-schedule 27.2.2 → 27.2.3

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.
@@ -11117,7 +11117,9 @@ var EventTooltip = /** @__PURE__ @class */ (function () {
11117
11117
  removeClass([args.element], POPUP_OPEN);
11118
11118
  addClass([args.element], POPUP_CLOSE);
11119
11119
  }
11120
- this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
11120
+ if (!(this.parent.isReact && this.parent.eventWindow.dialogObject && this.parent.eventWindow.dialogObject.visible)) {
11121
+ this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
11122
+ }
11121
11123
  };
11122
11124
  EventTooltip.prototype.setContent = function (content) {
11123
11125
  this.tooltipObj.setProperties({ content: content, windowCollision: true }, true);