Skip to content

Commit

Permalink
T1186741: Scheduler - It's impossible to drag and drop an element in …
Browse files Browse the repository at this point in the history
…all day panel cells (#25532)

Co-authored-by: Ilya Vinogradov <[email protected]>
  • Loading branch information
williamvinogradov and Ilya Vinogradov committed Sep 7, 2023
1 parent f272547 commit 009a2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/scheduler/workspaces/ui.scheduler.work_space.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 009a2be

Please sign in to comment.