Skip to content

Commit 8cda736

Browse files
committed
fix: revert removing option
1 parent 1a40a75 commit 8cda736

File tree

1 file changed

+1
-0
lines changed
  • packages/devextreme/js/__internal/scheduler/appointment_popup

1 file changed

+1
-0
lines changed

packages/devextreme/js/__internal/scheduler/appointment_popup/m_popup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export class AppointmentPopup {
102102
showCloseButton: false,
103103
showTitle: false,
104104
preventScrollEvents: false,
105+
_ignorePreventScrollEventsDeprecation: true,
105106
enableBodyScroll: false,
106107
onHiding: (): void => {
107108
this.scheduler.focus();

0 commit comments

Comments
 (0)