fix(participants): When copying, include space #2871

This commit is contained in:
Ben Gotow 2016-09-30 10:48:34 -07:00
parent c4767e488f
commit 2dc779c5be

View file

@ -71,7 +71,7 @@ class MessageParticipants extends React.Component
{c.fullName()}
</div>
<div className="participant-secondary">
{"<"}
{" <"}
<span
onClick={@_selectText}
onContextMenu={=> @_onContactContextMenu(c)}