forked from 0x2620/pandora
when adding a new list, select the full list name (fixes #445)
This commit is contained in:
parent
b71d0b6952
commit
86beba3039
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ pandora.addList = function() {
|
|||
load: function(data) {
|
||||
$folderList.gainFocus()
|
||||
.options({selected: [newList]})
|
||||
.editCell(newList, 'name');
|
||||
.editCell(newList, 'name', true);
|
||||
pandora.UI.set({
|
||||
find: {
|
||||
conditions: [{key: 'list', value: newList, operator: '=='}],
|
||||
|
|
Loading…
Reference in a new issue