Skip to content

Commit

Permalink
Added Suspense event row-border lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 31, 2021
1 parent 1610784 commit 1399595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export class SuspenseEventsView extends View {
const borderFrame: Rect = {
origin: {
x: frame.origin.x,
y: frame.origin.y + SUSPENSE_EVENT_HEIGHT,
y: frame.origin.y + (i + 1) * ROW_WITH_BORDER_HEIGHT - BORDER_SIZE,
},
size: {
width: frame.size.width,
Expand Down

0 comments on commit 1399595

Please sign in to comment.