Skip to content

Commit

Permalink
dxScheduler - fix incorrect style recalculations number (#16653)
Browse files Browse the repository at this point in the history
  • Loading branch information
AryamnovEugeniy authored Mar 15, 2021
1 parent 8cb1833 commit 1e4dde3
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 212 deletions.
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 @@ -1290,9 +1290,9 @@ class SchedulerWorkSpace extends WidgetObserver {
this.viewDataProvider.update(isGenerateNewViewData);

this.renderRHeaderPanel();
this.renderRAllDayPanel();
this.renderRTimeTable();
this.renderRDateTable();
this.renderRAllDayPanel();

this.updateRSelection();

Expand Down
Loading

0 comments on commit 1e4dde3

Please sign in to comment.