Skip to content

Commit 404d3c2

Browse files
sjburCopilot
authored andcommitted
fix: copilot review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sergei Burkatskii <sergei.burkatskii@devexpress.com>
1 parent 2266d69 commit 404d3c2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • packages/devextreme/js/__internal/scheduler/workspaces

packages/devextreme/js/__internal/scheduler/workspaces/m_agenda.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,8 @@ class SchedulerAgenda extends WorkSpace {
209209

210210
protected override toggleHorizontalScrollClass(): void { return noop(); }
211211

212-
protected override createCrossScrollingConfig(): Pick<WorkspaceDateTableScrollableConfig, 'direction' | 'onScroll' | 'onEnd'> {
213-
return {
214-
onScroll: noop,
215-
onEnd: noop,
216-
};
212+
protected override needCreateCrossScrolling(): boolean {
213+
return false;
217214
}
218215

219216
private setGroupHeaderCellsHeight(): void {

0 commit comments

Comments
 (0)