on load, focus list if browser is hidden

This commit is contained in:
rolux 2014-01-18 01:51:24 +00:00
parent 03feac7b4b
commit b89f3a4637

View file

@ -715,6 +715,7 @@ pandora.ui.documentsPanel = function(options) {
.bindEventOnce({
load: function() {
selectDocuments();
!ui.showBrowser && $list.gainFocus();
}
});
}