mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 11:36:08 +08:00
fix(participants): make remove menu option work
This commit is contained in:
parent
3369d1476c
commit
e5ec9c16af
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ ParticipantsTextField = React.createClass
|
||||||
))
|
))
|
||||||
menu.append(new MenuItem(
|
menu.append(new MenuItem(
|
||||||
label: 'Remove',
|
label: 'Remove',
|
||||||
click: => @_remove(participant)
|
click: => @_remove([participant])
|
||||||
))
|
))
|
||||||
menu.popup(remote.getCurrentWindow())
|
menu.popup(remote.getCurrentWindow())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue