fix: allow copying message stream text
This commit is contained in:
@@ -63,7 +63,7 @@ export function FileDocBubble({ post }: { post: Post }) {
|
||||
<AttachmentRow key={att.id} postId={post.id} att={att} />
|
||||
))}
|
||||
{text ? (
|
||||
<div className="mt-1 whitespace-pre-wrap break-words text-[14px] leading-snug text-neutral-100">
|
||||
<div className="message-stream-copyable-text mt-1 select-text whitespace-pre-wrap break-words text-[14px] leading-snug text-neutral-100">
|
||||
{text}
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user