Skip to content

Commit 1399595

Browse files
author
Brian Vaughn
committed
Added Suspense event row-border lines
1 parent 1610784 commit 1399595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-scheduling-profiler/src/content-views/SuspenseEventsView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export class SuspenseEventsView extends View {
273273
const borderFrame: Rect = {
274274
origin: {
275275
x: frame.origin.x,
276-
y: frame.origin.y + SUSPENSE_EVENT_HEIGHT,
276+
y: frame.origin.y + (i + 1) * ROW_WITH_BORDER_HEIGHT - BORDER_SIZE,
277277
},
278278
size: {
279279
width: frame.size.width,

0 commit comments

Comments
 (0)