fix bugs related to 'New Edit from Selection'
This commit is contained in:
parent
0e71ada256
commit
50d122f54b
2 changed files with 49 additions and 57 deletions
|
|
@ -373,7 +373,7 @@ pandora.ui.mainMenu = function() {
|
|||
if (ui.section == 'texts') {
|
||||
pandora.addText({type: 'text'});
|
||||
} else {
|
||||
pandora.addList(data.id.indexOf('smart') > -1, data.id.indexOf('from') > -1);
|
||||
pandora.addFolderItem(ui.section, data.id.indexOf('smart') > -1, data.id.indexOf('from') > -1);
|
||||
}
|
||||
} else if (Ox.contains(['neweditfromselection', 'newsmarteditfromresults'], data.id)) {
|
||||
pandora.addEdit(data.id.indexOf('smart') > -1, data.id.indexOf('from') > -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue