forked from 0x2620/pandora
show sidebar after adding list, fixes #2144
This commit is contained in:
parent
da37ab02cd
commit
f933a984e2
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ pandora.addList = function() {
|
|||
var $folderList = pandora.$ui.folderList.personal,
|
||||
isDuplicate = arguments.length == 1,
|
||||
isSmart, isFrom, list, listData, data;
|
||||
pandora.UI.set({
|
||||
showSidebar: true
|
||||
});
|
||||
if (!isDuplicate) {
|
||||
isSmart = arguments[0];
|
||||
isFrom = arguments[1];
|
||||
|
|
Loading…
Reference in a new issue