Fix duplicates in thread composer (#6068)

This commit is contained in:
dan
2024-11-01 21:55:37 +00:00
committed by GitHub
parent d33ce1dea1
commit 46004fb2d0
3 changed files with 22 additions and 4 deletions
@@ -44,6 +44,7 @@ interface TextInputProps extends ComponentProps<typeof RNTextInput> {
richtext: RichText
placeholder: string
webForceMinHeight: boolean
isActive: boolean
setRichText: (v: RichText) => void
onPhotoPasted: (uri: string) => void
onPressPublish: (richtext: RichText) => void