fix collection dubplication

This commit is contained in:
j 2020-01-18 00:08:20 +01:00
commit addce75323
3 changed files with 37 additions and 11 deletions

View file

@ -391,7 +391,7 @@ pandora.ui.folderList = function(id, section) {
},
key_control_d: function() {
if (that.options('selected').length) {
pandora.addFolderItem(ui.section, ui._list);
pandora.addFolderItem(ui.section, ui.section == 'documents' ? ui._collection : ui._list);
}
},
key_control_e: function() {