Skip to content

Commit

Permalink
VerticalScrollView -> fixed typos (#22341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Sep 17, 2021
1 parent a7da457 commit b0803f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class VerticalScrollView extends View {

// Don't allow wheel events to bubble past this view even if we've scrolled to the edge.
// It just feels bad to have the scrolling jump unexpectedly from in a container to the outer page.
// The only exception is when the container fitst the contnet (no scrolling).
// The only exception is when the container fits the content (no scrolling).
if (contentHeight === containerHeight) {
return false;
}
Expand Down

0 comments on commit b0803f2

Please sign in to comment.