@syncfusion/ej2-schedule 20.4.49 → 20.4.50

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.
@@ -11907,7 +11907,9 @@ var EventWindow = /** @__PURE__ @class */ (function () {
11907
11907
  var tempEle = [].slice.call(this.parent.getEditorTemplate()(args || {}, this.parent, 'editorTemplate', templateId, false));
11908
11908
  append(tempEle, form);
11909
11909
  this.parent.renderTemplates(function () {
11910
- _this.applyFormValidation();
11910
+ if (_this.element) {
11911
+ _this.applyFormValidation();
11912
+ }
11911
11913
  });
11912
11914
  }
11913
11915
  else {