forked from 0x2620/oxjs
trigger selectannotation in ClipsPanel/VideoEditPanel
This commit is contained in:
parent
d9695f8540
commit
b9709f6702
2 changed files with 10 additions and 0 deletions
|
|
@ -430,6 +430,9 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
self.options.selected = data.ids;
|
||||
that.triggerEvent('select', data);
|
||||
},
|
||||
selectannotation: function(data) {
|
||||
that.triggerEvent('selectannotation', data);
|
||||
},
|
||||
sort: function(data) {
|
||||
self.options.sort = data;
|
||||
that.triggerEvent('sort', data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue