Skip to content

Commit 07b3b2a

Browse files
committed
fix: return preventScrollEvents
1 parent 1099592 commit 07b3b2a

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
@@ -101,6 +101,7 @@ export class AppointmentPopup {
101101
maxHeight: '90%',
102102
showCloseButton: false,
103103
showTitle: false,
104+
preventScrollEvents: false,
104105
enableBodyScroll: false,
105106
onHiding: (): void => {
106107
this.scheduler.focus();

0 commit comments

Comments
 (0)