wkw 1 週間 前
コミット
ee7b963000
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/views/im/chat/index.vue

+ 1 - 0
src/views/im/chat/index.vue

@@ -135,6 +135,7 @@ const toggleAppBox = async (type) => {
     showTools.value = !showTools.value;
     showEmoji.value = false;
   }
+  scrollToBottom();
 };
 
 const onFocus = () => {