mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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);
|
AppUserStore.focusedState(Scope.MessageList);
|
||||||
}
|
}
|
||||||
|
|
||||||
let data = ko.dataFor(el),
|
let el = eqs(event, '.e-paginator a'),
|
||||||
el = eqs(event, '.e-paginator a');
|
data = ko.dataFor(el);
|
||||||
el && this.gotoPage(data);
|
el && this.gotoPage(data);
|
||||||
|
|
||||||
eqs(event, '.checkboxCheckAll') && this.checkAll(!this.checkAll());
|
eqs(event, '.checkboxCheckAll') && this.checkAll(!this.checkAll());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue