Revert "chatgpt"

This commit is contained in:
zwxkb
2023-04-18 19:52:29 +08:00
committed by GitHub
parent 3388f88251
commit 9116b0a4a0

View File

@@ -708,7 +708,6 @@ export function Chat(props: {
className={styles["chat-body"]}
ref={scrollRef}
onScroll={(e) => onChatBodyScroll(e.currentTarget)}
onMouseDown={() => inputRef.current?.blur()}
onWheel={(e) => setAutoScroll(hitBottom && e.deltaY > 0)}
onTouchStart={() => {
inputRef.current?.blur();