Commit fd99f96
committed
fix(trace-waterfall): Add preventScrollReset to navigate call
The old browserHistory.replace shim automatically included preventScrollReset: true to replicate react-router 3 behavior. The new navigate call only passed {replace: true}, losing the scroll reset prevention which could cause unwanted scroll jumps during waterfall row focus changes.1 parent c22890c commit fd99f96
File tree
1 file changed
+1
-1
lines changed- static/app/views/performance/newTraceDetails
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments