mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup CSS for paginator and filters
This commit is contained in:
parent
b2635eb5c6
commit
d305e090c5
7 changed files with 42 additions and 61 deletions
|
|
@ -460,7 +460,7 @@ class ContactsPopupView extends AbstractViewPopup {
|
|||
const self = this;
|
||||
|
||||
dom.addEventListener('click', event => {
|
||||
let el = event.target.closestWithin('.e-paginator .e-page', dom);
|
||||
let el = event.target.closestWithin('.e-paginator a', dom);
|
||||
if (el && ko.dataFor(el)) {
|
||||
self.contactsPage(pInt(ko.dataFor(el).value));
|
||||
self.reloadContactList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue