forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2542 from Yidadaa/yifei-bugfix-0802
chore: smaller auto scroll interval
This commit is contained in:
commit
e381add944
@ -387,7 +387,7 @@ function useScrollToBottom() {
|
|||||||
if (autoScroll.current) {
|
if (autoScroll.current) {
|
||||||
scrollToBottom();
|
scrollToBottom();
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 30);
|
||||||
return () => clearInterval(intervalId);
|
return () => clearInterval(intervalId);
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, []);
|
}, []);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user