修复滚屏状态导入缺失
This commit is contained in:
@@ -240,8 +240,10 @@ import { bindChatToast } from "./chat-room/toast.js";
|
|||||||
import { bindChatComposerControls, setChatComposerAction } from "./chat-room/composer.js";
|
import { bindChatComposerControls, setChatComposerAction } from "./chat-room/composer.js";
|
||||||
import {
|
import {
|
||||||
isExpiredChatImageMessage,
|
isExpiredChatImageMessage,
|
||||||
|
isAutoScrollEnabled,
|
||||||
localClearScreen,
|
localClearScreen,
|
||||||
scrollChatToBottom,
|
scrollChatToBottom,
|
||||||
|
setAutoScrollEnabled,
|
||||||
syncAutoScrollControls,
|
syncAutoScrollControls,
|
||||||
toggleAutoScroll,
|
toggleAutoScroll,
|
||||||
} from "./chat-room/message-utils.js";
|
} from "./chat-room/message-utils.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user