forked from 0x2620/pandora
on load, focus list if browser is hidden
This commit is contained in:
parent
03feac7b4b
commit
b89f3a4637
1 changed files with 1 additions and 0 deletions
|
@ -715,6 +715,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
.bindEventOnce({
|
||||
load: function() {
|
||||
selectDocuments();
|
||||
!ui.showBrowser && $list.gainFocus();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue