Skip to content

Commit 5e1aece

Browse files
committed
Update bottomfloat.js
1 parent c27449d commit 5e1aece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bottomfloat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function checkBottomFloat() {
164164
if (cd.scrollTop >= (cd.scrollHeight - cd.offsetHeight - 1)) {
165165

166166
// set timeout
167-
//window.setTimeout(() => {
167+
window.setTimeout(() => {
168168

169169
// if still on bottom of codeit
170170
if (cd.scrollTop >= (cd.scrollHeight - cd.offsetHeight - 1)) {
@@ -174,7 +174,7 @@ function checkBottomFloat() {
174174

175175
}
176176

177-
//}, 400);
177+
}, 400);
178178

179179
}
180180

0 commit comments

Comments
 (0)