We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171c750 commit 76e1f56Copy full SHA for 76e1f56
index.html
@@ -343,7 +343,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
343
344
const height = 51.4; // el.clientHeight;
345
346
- let isVisible = (elemTop + height) < window.innerHeight;
+ const isVisible = (elemTop + height) < window.innerHeight;
347
348
return isVisible;
349
0 commit comments