diff --git a/lib/music_library_web/components/chat.ex b/lib/music_library_web/components/chat.ex index 26f342b9..45e3ef47 100644 --- a/lib/music_library_web/components/chat.ex +++ b/lib/music_library_web/components/chat.ex @@ -238,7 +238,7 @@ defmodule MusicLibraryWeb.Components.Chat do
{message.content}

{raw(Markdown.to_html(message.content, link_target: "_blank"))}
<.copy_to_clipboard - target_id={"chat-msg-#{message.id}"} + target_id={"#{@id}-msg-#{index}"} label={gettext("Copy message")} />