mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 16:03:54 +08:00
chore: clear scroll info
This commit is contained in:
@@ -1163,13 +1163,6 @@ function _Chat() {
|
||||
)}
|
||||
|
||||
<div className={`window-header-title ${styles["chat-body-title"]}`}>
|
||||
<p>
|
||||
{JSON.stringify({
|
||||
scrollHeight: scrollRef?.current?.scrollHeight,
|
||||
scrollTop: scrollRef?.current?.scrollTop,
|
||||
clientHeight: scrollRef?.current?.clientHeight,
|
||||
})}
|
||||
</p>
|
||||
<div
|
||||
className={`window-header-main-title ${styles["chat-body-main-title"]}`}
|
||||
onClickCapture={() => setIsEditingMessage(true)}
|
||||
|
Reference in New Issue
Block a user