FIX: You needed to click twice to expand a hidden post

This commit is contained in:
Robin Ward 2017-10-20 15:58:14 -04:00
parent 320341ab46
commit 383191cafc
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
},
expandHidden(post) {
post.expandHidden();
return post.expandHidden();
},
toggleVisibility() {