forked from 0x2620/oxjs
use getPasteIndex; add sort mapping to columns; include annotation property
This commit is contained in:
parent
603dfa3d3a
commit
50f4bb145d
2 changed files with 27 additions and 1 deletions
|
|
@ -638,6 +638,10 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
});
|
||||
}
|
||||
|
||||
that.getPasteIndex = function() {
|
||||
return self.$clipPanel.getPasteIndex();
|
||||
};
|
||||
|
||||
that.getSelectedClips = function() {
|
||||
return self.options.selected.length ? self.options.selected.map(function(id) {
|
||||
var clip = getClipById(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue