diff --git a/src-ui/app/main_page/main_section/message_container/log_box/LogBox.jsx b/src-ui/app/main_page/main_section/message_container/log_box/LogBox.jsx index 1977171e..4f9ef5a0 100644 --- a/src-ui/app/main_page/main_section/message_container/log_box/LogBox.jsx +++ b/src-ui/app/main_page/main_section/message_container/log_box/LogBox.jsx @@ -14,7 +14,8 @@ export const LogBox = () => { useLayoutEffect(() => { store.log_box_ref = log_container_ref; if (!is_scrolling) { - scrollToBottom(store.log_box_ref, true); + scrollToBottom(store.log_box_ref); + // scrollToBottom(store.log_box_ref, true); [Fix me] } }, [currentMessageLogs.data]);