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 authored Sep 7, 2023
1 parent 05e9ebd commit 648bec3
Showing 1 changed file with 1 addition and 1 deletion.
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 648bec3

Please sign in to comment.