mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Drop .actionHandle
This commit is contained in:
parent
57b804f3a3
commit
e1649d0361
4 changed files with 7 additions and 11 deletions
|
|
@ -56,9 +56,8 @@ export class ContactsPopupView extends AbstractViewPopup {
|
|||
ContactUserStore,
|
||||
this.selectorContact,
|
||||
null,
|
||||
'.e-contact-item .actionHandle',
|
||||
'.e-contact-item .checkboxItem',
|
||||
'.e-contact-item.focused'
|
||||
'.e-contact-item',
|
||||
'.e-contact-item .checkboxItem'
|
||||
);
|
||||
|
||||
this.selector.on('ItemSelect', contact => this.populateViewContact(contact));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue