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) {
|
function toggleAnnotations(event, data) {
|
||||||
self.options.showAnnotations = !data.collapsed;
|
self.options.showAnnotations = !data.collapsed;
|
||||||
setSizes();
|
setSizes();
|
||||||
|
that.triggerEvent('toggleAnnotations', {
|
||||||
|
visible: self.options.showAnnotations
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleMuted() {
|
function toggleMuted() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue