Skip to content

Commit

Permalink
rm console
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Oct 4, 2024
1 parent c3f62c9 commit 1f6b86e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ export default {
const scrollTop = content.scrollTop;
const scrollHeight = content.scrollHeight;
const clientHeight = content.clientHeight;
console.log('handleScroll', scrollTop, clientHeight, scrollHeight - 1);
if (scrollTop + clientHeight >= scrollHeight - 1) {
this.showGradient = false;
} else {
Expand Down

0 comments on commit 1f6b86e

Please sign in to comment.