reset index of list.pick().

This commit is contained in:
Christopher Jeffrey 2014-06-01 21:29:16 -05:00
parent 1568e1f341
commit 12d6318d39

View File

@ -4345,6 +4345,7 @@ List.prototype.pick = function(callback) {
this.focus();
this.show();
this.select(0);
this.screen.render();
this.once('action', function(el, selected) {
self.screen.restoreFocus();