Revert fb34c3f02c
This commit is contained in:
parent
fb34c3f02c
commit
1a805ee34f
|
@ -194,7 +194,7 @@ const sorter = (() => {
|
|||
const list = entry.classList;
|
||||
if (!list.contains('hidden')) {
|
||||
list.add(index % 2 ? 'odd' : 'even');
|
||||
list.remove(index++ % 2 ? 'even' : 'odd', 'no-update');
|
||||
list.remove(index++ % 2 ? 'even' : 'odd');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user