fix: allow copying message stream text
This commit is contained in:
@@ -31,7 +31,7 @@ export function ImageWithTextBubble({ post }: { post: Post }) {
|
||||
</button>
|
||||
{text ? (
|
||||
<div className="absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/85 via-black/55 to-transparent px-4 pb-4 pt-16 text-[14px] leading-snug text-neutral-100">
|
||||
<div className="whitespace-pre-wrap break-words">
|
||||
<div className="message-stream-copyable-text select-text whitespace-pre-wrap break-words">
|
||||
{autolink(text)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user