chore: fix mobile scroll

main
Yifei Zhang 3 years ago
parent b44caeeefb
commit 8d34b0f454

@ -286,6 +286,7 @@ function useScrollToBottom() {
const dom = scrollRef.current;
if (dom && autoScroll) {
setTimeout(() => (dom.scrollTop = dom.scrollHeight), 1);
setAutoScroll(false);
}
});

Loading…
Cancel
Save