@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.
- package/CHANGELOG.md +4 -0
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +2 -1
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +2 -1
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -13
- package/src/schedule/popups/quick-popups.js +2 -1
|
@@ -10134,7 +10134,8 @@ class QuickPopups {
|
|
|
10134
10134
|
this.dialogEvent = event;
|
|
10135
10135
|
}
|
|
10136
10136
|
this.quickPopupHide();
|
|
10137
|
-
if (isNullOrUndefined(event) || (!isNullOrUndefined(event) && event.action !== 'escape')
|
|
10137
|
+
if (isNullOrUndefined(event) || (!isNullOrUndefined(event) && event.action !== 'escape') ||
|
|
10138
|
+
(this.parent.inlineModule && this.parent.element.querySelector('.' + INLINE_APPOINTMENT_CLASS))) {
|
|
10138
10139
|
this.parent.eventBase.focusElement();
|
|
10139
10140
|
}
|
|
10140
10141
|
}
|