🐛 Fix inline attachment didn't render properly
This commit is contained in:
@@ -436,6 +436,7 @@ class PostItem extends HookConsumerWidget {
|
||||
MarkdownTextContent(
|
||||
content: translatedText.value!,
|
||||
isSelectable: isTextSelectable,
|
||||
attachments: item.attachments,
|
||||
),
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user