We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dd613 commit afbe88cCopy full SHA for afbe88c
static/app/views/performance/newTraceDetails/traceRenderers/virtualizedViewManager.tsx
@@ -1072,7 +1072,7 @@ export class VirtualizedViewManager {
1072
this.view.trace_view
1073
);
1074
const time_at_100 =
1075
- tracePhysicalToView[0] * (100 * window.devicePixelRatio) +
+ tracePhysicalToView[0] * (110 * window.devicePixelRatio) +
1076
tracePhysicalToView[6] -
1077
this.view.trace_view.x;
1078
0 commit comments