chore: clear scroll info
This commit is contained in:
parent
410a22dc63
commit
e3b3ae97bc
|
@ -1163,13 +1163,6 @@ function _Chat() {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={`window-header-title ${styles["chat-body-title"]}`}>
|
<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
|
<div
|
||||||
className={`window-header-main-title ${styles["chat-body-main-title"]}`}
|
className={`window-header-main-title ${styles["chat-body-main-title"]}`}
|
||||||
onClickCapture={() => setIsEditingMessage(true)}
|
onClickCapture={() => setIsEditingMessage(true)}
|
||||||
|
|
Loading…
Reference in New Issue