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 00f914f commit 8d19b82Copy full SHA for 8d19b82
static/app/views/performance/newTraceDetails/traceRenderers/virtualizedViewManager.tsx
@@ -1826,6 +1826,7 @@ function dispatchJestScrollUpdate(container: HTMLElement) {
1826
return;
1827
}
1828
1829
+ // since we do not tightly control how browsers handle event dispatching, dispatch it async
1830
window.requestAnimationFrame(() => {
1831
container.dispatchEvent(new CustomEvent('scroll'));
1832
});
0 commit comments