diff --git a/src/shared/components/post-form.tsx b/src/shared/components/post-form.tsx index c8c42ff4..81e8f468 100644 --- a/src/shared/components/post-form.tsx +++ b/src/shared/components/post-form.tsx @@ -628,6 +628,7 @@ export class PostForm extends Component { } else if (data.type_ == SearchType[SearchType.Url]) { this.state.crossPosts = data.posts; } + this.setState(this.state); } } }