peers panel: fix keyboard navigation bug
This commit is contained in:
parent
19a80cdde2
commit
97d4aea892
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ oml.ui.peersPanel = function() {
|
||||||
});
|
});
|
||||||
if (id) {
|
if (id) {
|
||||||
$list.options({selected: [id]});
|
$list.options({selected: [id]});
|
||||||
renderUser(Ox.getObjectById(users, id));
|
renderUser(Ox.getObjectById(users, id) || {section: id});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue