Преглед на файлове

chore: clear scroll info

Fred преди 1 година
родител
ревизия
e3b3ae97bc
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      app/components/chat.tsx

+ 0 - 7
app/components/chat.tsx

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