forked from 0x2620/pandora
update info (most recently selected item is first in selected array)
This commit is contained in:
parent
57503c7eb5
commit
58978305a3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pandora.ui.info = function() {
|
|||
function getId() {
|
||||
return ui[folderItem.toLowerCase()] || (
|
||||
ui.listSelection.length
|
||||
? ui.listSelection[ui.listSelection.length - 1]
|
||||
? ui.listSelection[0]
|
||||
: null
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue