mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(participants): When copying, include space #2871
This commit is contained in:
parent
c4767e488f
commit
2dc779c5be
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class MessageParticipants extends React.Component
|
|||
{c.fullName()}
|
||||
</div>
|
||||
<div className="participant-secondary">
|
||||
{"<"}
|
||||
{" <"}
|
||||
<span
|
||||
onClick={@_selectText}
|
||||
onContextMenu={=> @_onContactContextMenu(c)}
|
||||
|
|
Loading…
Reference in a new issue