mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Merge branch 'split_user_table'
This commit is contained in:
commit
1a1a522d9e
|
@ -463,7 +463,7 @@ export class Post extends Component<any, PostState> {
|
|||
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<CommentResponse>(msg).data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue