forked from 0x2620/oxjs
add option to find selected annotation in _this_ video; make sure focus returns after hiding menus
This commit is contained in:
parent
2bd8c8d13f
commit
73bd672b15
3 changed files with 50 additions and 18 deletions
|
|
@ -578,6 +578,11 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
that.gainFocus = function() {
|
||||
self.$annotations.gainFocus();
|
||||
return that;
|
||||
};
|
||||
|
||||
that.removeItem = function() {
|
||||
self.$annotations.removeItem();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue