fire toggleannotations event in video editor
This commit is contained in:
parent
a103ef8f7d
commit
5e283c3759
1 changed files with 3 additions and 0 deletions
|
@ -970,6 +970,9 @@ Ox.VideoEditor = function(options, self) {
|
|||
function toggleAnnotations(event, data) {
|
||||
self.options.showAnnotations = !data.collapsed;
|
||||
setSizes();
|
||||
that.triggerEvent('toggleAnnotations', {
|
||||
visible: self.options.showAnnotations
|
||||
});
|
||||
}
|
||||
|
||||
function toggleMuted() {
|
||||
|
|
Loading…
Reference in a new issue