chore: clear scroll info

This commit is contained in:
Fred 2024-02-27 11:49:44 +08:00
parent 410a22dc63
commit e3b3ae97bc
No known key found for this signature in database
GPG Key ID: 4DABDA85EF70EC71
1 changed files with 0 additions and 7 deletions

View File

@ -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)}