Skip to content

Commit 6cfc79f

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export class AppointmentPopup {
102102
showCloseButton: false,
103103
showTitle: false,
104104
preventScrollEvents: false,
105-
_ignorePreventScrollEventsDeprecation: true,
106105
enableBodyScroll: false,
106+
_ignorePreventScrollEventsDeprecation: true,
107107
onHiding: (): void => {
108108
this.scheduler.focus();
109109
},

0 commit comments

Comments
 (0)