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({
|
.bindEventOnce({
|
||||||
load: function() {
|
load: function() {
|
||||||
selectDocuments();
|
selectDocuments();
|
||||||
|
!ui.showBrowser && $list.gainFocus();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue