Remove useless preview

This commit is contained in:
Benoit Marty 2025-08-12 16:48:02 +02:00
parent cfa5372e99
commit 076bb1ab98

View file

@ -794,7 +794,7 @@ internal fun TextComposerReplyNotEncryptedPreview(@PreviewParameter(InReplyToDet
internal fun TextComposerCaptionPreview() = ElementPreview {
val list = aTextEditorStateMarkdownList()
PreviewColumn(
items = (list + aTextEditorStateMarkdown(initialText = "NO_CAPTION", initialFocus = true)).toPersistentList()
items = list,
) { textEditorState ->
ATextComposer(
state = textEditorState,