From 4af4468fc4d4933f8fd557e232a95f00a67fb0ac Mon Sep 17 00:00:00 2001 From: pllx Date: Thu, 30 Apr 2026 15:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=BB=9A=E5=B1=8F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AF=BC=E5=85=A5=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/chat-room.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/chat-room.js b/resources/js/chat-room.js index 5518539..32a1e0e 100644 --- a/resources/js/chat-room.js +++ b/resources/js/chat-room.js @@ -240,8 +240,10 @@ import { bindChatToast } from "./chat-room/toast.js"; import { bindChatComposerControls, setChatComposerAction } from "./chat-room/composer.js"; import { isExpiredChatImageMessage, + isAutoScrollEnabled, localClearScreen, scrollChatToBottom, + setAutoScrollEnabled, syncAutoScrollControls, toggleAutoScroll, } from "./chat-room/message-utils.js";