diff --git a/js/ui/scheduler/workspaces/ui.scheduler.work_space.js b/js/ui/scheduler/workspaces/ui.scheduler.work_space.js index b06bab840479..0b619c463dd3 100644 --- a/js/ui/scheduler/workspaces/ui.scheduler.work_space.js +++ b/js/ui/scheduler/workspaces/ui.scheduler.work_space.js @@ -2021,7 +2021,7 @@ class SchedulerWorkSpace extends WidgetObserver { const $rootElement = $(scheduler.element()); this._createDragBehavior(this.getWorkArea(), $rootElement); - this._createDragBehavior(this.getAllDayContainer(), $rootElement); + this._createDragBehavior(this._$allDayPanel, $rootElement); } }