Skip to content

Commit

Permalink
chore(message): base message is having slot now
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Oct 31, 2023
1 parent e2315bb commit e190595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/chat/messages/BaseMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/>
<div class="chat-msg">
{@html decode(marked(message))}
<slot/>
</div>
</div>

Expand Down

0 comments on commit e190595

Please sign in to comment.