Remove useless preview

This commit is contained in:
Benoit Marty 2025-08-12 16:48:02 +02:00
parent 98ffec0205
commit 083e4fcbf2

View file

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