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";