mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-09 11:41:25 +00:00
Merge branch 'split_user_table'
This commit is contained in:
commit
1a1a522d9e
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ export class Post extends Component<any, PostState> {
|
||||||
this.fetchCrossPosts();
|
this.fetchCrossPosts();
|
||||||
this.setState(this.state);
|
this.setState(this.state);
|
||||||
setupTippy();
|
setupTippy();
|
||||||
restoreScrollPosition(this.context);
|
if (!this.state.commentId) restoreScrollPosition(this.context);
|
||||||
} else if (op == UserOperation.CreateComment) {
|
} else if (op == UserOperation.CreateComment) {
|
||||||
let data = wsJsonToRes<CommentResponse>(msg).data;
|
let data = wsJsonToRes<CommentResponse>(msg).data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue