forked from 0x2620/oxjs
make space work when annotation panel has focus; give focus to video editor when deselecting annotation in panel
This commit is contained in:
parent
ef82ff8967
commit
e98696b93d
2 changed files with 10 additions and 5 deletions
|
|
@ -96,7 +96,10 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
that.triggerEvent('edit');
|
||||
},
|
||||
select: selectAnnotation,
|
||||
submit: submitAnnotation
|
||||
submit: submitAnnotation,
|
||||
key_space: function() {
|
||||
that.triggerEvent('paused');
|
||||
}
|
||||
});
|
||||
}
|
||||
self.$annotations.appendTo(that.$content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue