@syncfusion/ej2-schedule 22.1.36 → 22.1.38

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.
@@ -10363,7 +10363,8 @@ var QuickPopups = /** @__PURE__ @class */ (function () {
10363
10363
  this.dialogEvent = event;
10364
10364
  }
10365
10365
  this.quickPopupHide();
10366
- if (isNullOrUndefined(event) || (!isNullOrUndefined(event) && event.action !== 'escape')) {
10366
+ if (isNullOrUndefined(event) || (!isNullOrUndefined(event) && event.action !== 'escape') ||
10367
+ (this.parent.inlineModule && this.parent.element.querySelector('.' + INLINE_APPOINTMENT_CLASS))) {
10367
10368
  this.parent.eventBase.focusElement();
10368
10369
  }
10369
10370
  };