1
0
mirror of https://github.com/flarum/core.git synced 2025-10-15 17:04:26 +02:00

Clean up discussion list retaining mechanism

This commit is contained in:
Toby Zerner
2015-05-07 10:27:29 +09:30
parent 6b8dfdfb1c
commit 16c6bd4f23
5 changed files with 14 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ export default class PostComment extends Post {
super(props);
this.postHeaderUser = new PostHeaderUser({post: this.props.post});
this.subtree.add(this.postHeaderUser.showCard);
this.subtree.check(this.postHeaderUser.showCard);
}
view() {