Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
[change] - プレビューモードでは新着線を無効化する
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex committed Aug 12, 2023
1 parent f73d935 commit ee046ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default {
) {
this.StateScrolled = true; //スクロールしきったと保存
//プレビューあるいは新着メッセージが来ているのなら
//プレビューなら
if (this.channelInfo.previewmode) return -1;
try {
Expand Down Expand Up @@ -583,7 +583,7 @@ export default {
</div>

<!-- 新着メッセージ線 -->
<ContentNewMessageLine :m="m" :index="index" :MsgDBActive="MsgDBActive" />
<ContentNewMessageLine v-if="!channelInfo.previewmode" :m="m" :index="index" :MsgDBActive="MsgDBActive" />
</div>

<!-- 一番下にスクロールするボタン -->
Expand Down

0 comments on commit ee046ef

Please sign in to comment.