FIX: You needed to click twice to expand a hidden post
This commit is contained in:
parent
320341ab46
commit
383191cafc
|
@ -540,7 +540,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
|
||||||
},
|
},
|
||||||
|
|
||||||
expandHidden(post) {
|
expandHidden(post) {
|
||||||
post.expandHidden();
|
return post.expandHidden();
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleVisibility() {
|
toggleVisibility() {
|
||||||
|
|
Loading…
Reference in New Issue