We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a388f commit b201beeCopy full SHA for b201bee
packages/devextreme/js/__internal/scheduler/utils/options/constants.ts
@@ -44,7 +44,7 @@ export const DEFAULT_SCHEDULER_OPTIONS: Properties = {
44
form: {
45
iconsShowMode: DEFAULT_ICONS_SHOW_MODE,
46
},
47
- popup: undefined,
+ popup: {},
48
49
showAllDayPanel: true,
50
showCurrentTimeIndicator: true,
@@ -106,7 +106,7 @@ export const DEFAULT_SCHEDULER_INTERNAL_OPTIONS: SchedulerInternalOptions = {
106
legacyForm: false,
107
// @ts-expect-error copy from default so that you can rewrite it
108
...DEFAULT_SCHEDULER_OPTIONS.editing,
109
110
111
_draggingMode: 'outlook',
112
_appointmentTooltipOffset: { x: 0, y: 0 },
0 commit comments