Skip to content

Commit

Permalink
style: show loading when generating
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jun 30, 2024
1 parent 0764258 commit ab9d154
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="!message.content && chatLoading" />
<icon-loading v-show="chatLoading" />
</div>
<a-avatar
v-show="false"
Expand Down

0 comments on commit ab9d154

Please sign in to comment.