mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Bugfix: i broke the messagelist click function
This commit is contained in:
parent
8d192445a7
commit
bae103257c
1 changed files with 2 additions and 2 deletions
|
|
@ -613,8 +613,8 @@ export class MailMessageList extends AbstractViewRight {
|
|||
AppUserStore.focusedState(Scope.MessageList);
|
||||
}
|
||||
|
||||
let data = ko.dataFor(el),
|
||||
el = eqs(event, '.e-paginator a');
|
||||
let el = eqs(event, '.e-paginator a'),
|
||||
data = ko.dataFor(el);
|
||||
el && this.gotoPage(data);
|
||||
|
||||
eqs(event, '.checkboxCheckAll') && this.checkAll(!this.checkAll());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue