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 40d5276 commit a422f05Copy full SHA for a422f05
packages/react-devtools-scheduling-profiler/src/view-base/VerticalScrollView.js
@@ -287,7 +287,7 @@ export class VerticalScrollView extends View {
287
288
// Don't allow wheel events to bubble past this view even if we've scrolled to the edge.
289
// It just feels bad to have the scrolling jump unexpectedly from in a container to the outer page.
290
- // The only exception is when the container fitst the contnet (no scrolling).
+ // The only exception is when the container fits the content (no scrolling).
291
if (contentHeight === containerHeight) {
292
return false;
293
}
0 commit comments