修复滚屏状态导入缺失

This commit is contained in:
pllx
2026-04-30 15:25:54 +08:00
parent a6e50c36d7
commit 4af4468fc4
+2
View File
@@ -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";