fix a bug where in Ox.VideoPanelPlayer, the large timeline would no longer be tied to the small timeline
This commit is contained in:
parent
c104c75c69
commit
6c231c5cd5
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
},
|
||||
playing: setPosition,
|
||||
position: function(data) {
|
||||
setPosition(data);
|
||||
that.triggerEvent('position', data);
|
||||
},
|
||||
scale: function(data) {
|
||||
|
|
Loading…
Reference in a new issue