Remove useless preview
This commit is contained in:
parent
cfa5372e99
commit
076bb1ab98
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue