1
0
Fork 0
forked from 0x2620/oxjs

trigger selectannotation in ClipsPanel/VideoEditPanel

This commit is contained in:
j 2018-03-16 13:09:12 +05:30
commit b9709f6702
2 changed files with 10 additions and 0 deletions

View file

@ -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);