Skip to content

Commit

Permalink
Fix opey typing indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
nemozak1 committed Jun 15, 2024
1 parent 55013c0 commit 4811611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
// Generated by unplugin-auto-import
export {}
declare global {

const ElNotification: typeof import('element-plus/es')['ElNotification']
}
2 changes: 1 addition & 1 deletion src/components/ChatWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<div v-html="renderMarkdown(message.content)"></div>
</div>
</div>
<div if="isLoading" class="chat-message assistant typing">
<div v-if="isLoading" class="chat-message assistant typing">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
Expand Down

0 comments on commit 4811611

Please sign in to comment.