Skip to content

Commit

Permalink
fix: loading icon unexpected
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jun 30, 2024
1 parent ab9d154 commit 588bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const emits = defineEmits(['reGenerate']);
{{ message.file.split('/').slice(-1)[0] }}
</a-space>
</a-link>
<icon-loading v-show="chatLoading" />
<icon-loading v-show="isLast && chatLoading" />
</div>
<a-avatar
v-show="false"
Expand Down

0 comments on commit 588bc2b

Please sign in to comment.