Skip to content

Commit e83275d

Browse files
committed
refactor: review
1 parent c702a61 commit e83275d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/devextreme/js/__internal/scheduler/workspaces/view_model/grouped_data_map_provider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ export class GroupedDataMapProvider {
164164
: originCellData;
165165

166166
if (
167-
this.isSameGroupIndexAndIndex(cellData, groupIndex, index)
167+
foundPosition === undefined
168+
&& this.isSameGroupIndexAndIndex(cellData, groupIndex, index)
168169
&& this.isStartDateInCell(startDate, allDay, cellData, originCellData)
169170
) {
170171
foundPosition = cell.position;

0 commit comments

Comments
 (0)