mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 09:24:38 +08:00
FIX: You needed to click twice to expand a hidden post
This commit is contained in:
@ -540,7 +540,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
expandHidden(post) {
|
expandHidden(post) {
|
||||||
post.expandHidden();
|
return post.expandHidden();
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleVisibility() {
|
toggleVisibility() {
|
||||||
|
Reference in New Issue
Block a user