diff --git a/js/src/forum/components/CommentPost.js b/js/src/forum/components/CommentPost.js index ddff5f622..130c42064 100644 --- a/js/src/forum/components/CommentPost.js +++ b/js/src/forum/components/CommentPost.js @@ -40,7 +40,8 @@ export default class CommentPost extends Post { this.subtree.check( () => this.cardVisible, - () => this.isEditing() + () => this.isEditing(), + () => this.revealContent ); }