always enable 'New Edit from Selection' in edit section, use editPanel.getSelectedClips
This commit is contained in:
parent
86cf90fa82
commit
de8c824c2b
3 changed files with 5 additions and 9 deletions
|
|
@ -38,7 +38,7 @@ pandora.addFolderItem = function(section) {
|
|||
if (!isSmart) {
|
||||
data.items = isItems ? ui.listSelection
|
||||
: ui.section == 'items' ? pandora.$ui.clipList.options('selected')
|
||||
: ui.editSelection;
|
||||
: pandora.$ui.editPanel.getSelectedClips();
|
||||
} else {
|
||||
data.query = ui.find;
|
||||
}
|
||||
|
|
@ -446,7 +446,6 @@ pandora.createLinks = function($element) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
pandora.api.addClips({
|
||||
clips: getClipData(items),
|
||||
edit: target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue