I liked that better anyways.

This commit is contained in:
Zixaphir 2013-04-22 15:10:17 -07:00
parent ebd3f15868
commit fcbdfdd63e
5 changed files with 8 additions and 2 deletions

View File

@ -1831,6 +1831,8 @@
if (right) {
$.addClass(menu, 'left');
}
entry = $('.entry', menu);
this.focus(entry);
return menu.focus();
};

View File

@ -1822,6 +1822,8 @@
if (right) {
$.addClass(menu, 'left');
}
entry = $('.entry', menu);
this.focus(entry);
return menu.focus();
};

Binary file not shown.

View File

@ -1745,6 +1745,8 @@
if (right) {
$.addClass(menu, 'left');
}
entry = $('.entry', menu);
this.focus(entry);
return menu.focus();
};

View File

@ -85,11 +85,11 @@ UI = do ->
if right
$.addClass menu, 'left'
# entry = $ '.entry', menu
entry = $ '.entry', menu
# We've removed flexbox, so we don't user order anymore.
# while prevEntry = @findNextEntry entry, -1
# entry = prevEntry
# @focus entry
@focus entry
menu.focus()