forked from 0x2620/pandora
don't insert at index -1
This commit is contained in:
parent
086682548f
commit
08325ab399
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ pandora.createLinks = function($element) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
pandora.api.addClips({clips: getClipData(items), edit: target, index: -1}, callback);
|
||||
pandora.api.addClips({clips: getClipData(items), edit: target, index: 0}, callback);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue