Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier

This commit is contained in:
binary-husky 2024-01-14 03:41:47 +08:00
commit 63373ab3b6

View File

@ -654,7 +654,6 @@ function limit_scroll_position(){
if (prevented_offset > 1e3) {prevented_offset = 1e3;}
if (prevented_offset < -1e3) {prevented_offset = -1e3;}
preventScroll = false;
// console.log(prevented_offset);
}
}else{
prevented_offset = 0;