Skip to content

Commit

Permalink
Revert "初回チャンネル表示時にスクロール位置が上になっていることがあった"
Browse files Browse the repository at this point in the history
This reverts commit 387f169.
  • Loading branch information
sapphi-red committed Mar 17, 2022
1 parent 387f169 commit ab296b7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<template>
<div
v-if="stampsMapFetched"
ref="rootRef"
:class="$style.root"
@scroll.passive="handleScroll"
@click="onClick"
>
<div :class="$style.viewport" data-testid="channel-viewport">
<div
v-if="stampsMapFetched"
:class="$style.viewport"
data-testid="channel-viewport"
>
<messages-scroller-separator
v-if="isReachedEnd"
title="これ以上メッセージはありません"
Expand Down

0 comments on commit ab296b7

Please sign in to comment.