Skip to content

Commit 5873131

Browse files
Update src/timeline/Packer.ts
Co-authored-by: Lidor Dafna <[email protected]>
1 parent b3efbbf commit 5873131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/timeline/Packer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function buildEvent(event: Event & {index: number}, left: number, width: number,
2424
...event,
2525
top: (dayStartTime.diffHours(startTime) - dayStart) * hourBlockHeight,
2626
height: startTime.diffHours(endTime) * hourBlockHeight,
27-
width: width,
28-
left: left
27+
width,
28+
left
2929
};
3030
}
3131

0 commit comments

Comments
 (0)