Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/components/BubbleList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const showBackToBottom = ref(false); // 控制按钮显示
watch(
() => props.list.length,
() => {
if (props.list && props.list.length > 0) {
if (props.list && props.list.length > 1) {
nextTick(() => {
if (props.autoScroll) {
// 每次添加新的气泡,等页面渲染后,在执行自动滚动
Expand Down