diff --git a/src/shared/components/post.tsx b/src/shared/components/post.tsx index c2ef814c..e27a73dd 100644 --- a/src/shared/components/post.tsx +++ b/src/shared/components/post.tsx @@ -463,7 +463,7 @@ export class Post extends Component { this.fetchCrossPosts(); this.setState(this.state); setupTippy(); - restoreScrollPosition(this.context); + if (!this.state.commentId) restoreScrollPosition(this.context); } else if (op == UserOperation.CreateComment) { let data = wsJsonToRes(msg).data;