mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
selector onUpUpOrDownDown event
This commit is contained in:
parent
bdd92429b0
commit
c1c817c837
3 changed files with 17 additions and 9 deletions
|
|
@ -255,6 +255,9 @@
|
|||
return this.useAutoSelect();
|
||||
}, this));
|
||||
|
||||
// this.selector.on('onUpUpOrDownDown', _.bind(function (bV) {
|
||||
// }, this));
|
||||
|
||||
Events
|
||||
.sub('mailbox.message-list.selector.go-down', function () {
|
||||
this.selector.goDown(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue