tweaked navigation...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-22 02:25:17 +03:00
parent 7e35bd48d9
commit 74ad368a30

View File

@ -3914,9 +3914,8 @@ var BrowserPrototype = {
// on a nested level -> go up one level... // on a nested level -> go up one level...
: (p = this.parentOf()) && p !== this ? : (p = this.parentOf()) && p !== this ?
this.focus(p) this.focus(p)
// prev... // top-level -> prev on top-level...
//: this.focus('first') : this.focus(this.get('prev', {skipNested: true}))
: this.prev()
}, },
// XXX check if there are elements to the right... // XXX check if there are elements to the right...
right: function(){ right: function(){