mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 00:39:17 +00:00
UX: show users who liked the post when expanding post actions
This commit is contained in:
parent
d54da517d9
commit
54819d72c9
@ -396,6 +396,9 @@ export default createWidget('post-menu', {
|
||||
|
||||
showMoreActions() {
|
||||
this.state.collapsed = false;
|
||||
if (!this.state.likedUsers.length) {
|
||||
return this.getWhoLiked();
|
||||
}
|
||||
},
|
||||
|
||||
like() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user