in timeline view, react to selecting an annotation
This commit is contained in:
parent
db0a2394d9
commit
c70271573a
1 changed files with 2 additions and 0 deletions
|
@ -717,6 +717,8 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
self.setOption = function(key, value) {
|
||||
if (key == 'height') {
|
||||
setHeight();
|
||||
} else if (key == 'position') {
|
||||
setPosition();
|
||||
} else if (key == 'width') {
|
||||
setWidth();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue