Fix text input not updating
This commit is contained in:
@@ -1115,7 +1115,7 @@ export const ComposePost = ({
|
|||||||
onLayout={onScrollViewLayout}>
|
onLayout={onScrollViewLayout}>
|
||||||
{replyTo ? <ComposerReplyTo replyTo={replyTo} /> : undefined}
|
{replyTo ? <ComposerReplyTo replyTo={replyTo} /> : undefined}
|
||||||
{thread.posts.map((post, index) => (
|
{thread.posts.map((post, index) => (
|
||||||
<React.Fragment key={post.id}>
|
<React.Fragment key={post.id + (composerState.draftId ?? '')}>
|
||||||
<ComposerPost
|
<ComposerPost
|
||||||
post={post}
|
post={post}
|
||||||
dispatch={composerDispatch}
|
dispatch={composerDispatch}
|
||||||
|
|||||||
Reference in New Issue
Block a user