onClick MELS avatars = expand MELS; fixes https://github.com/vector-im/riot-web/issues/3899
This commit is contained in:
@@ -269,7 +269,7 @@ module.exports = React.createClass({
|
||||
);
|
||||
});
|
||||
return (
|
||||
<span className="mx_MemberEventListSummary_avatars">
|
||||
<span className="mx_MemberEventListSummary_avatars" onClick={ this._toggleSummary }>
|
||||
{avatars}
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user