forked from 0x2620/oxjs
resolve focus issues with video player find element
This commit is contained in:
parent
6480bddd4f
commit
ec7ec4d707
4 changed files with 48 additions and 35 deletions
|
|
@ -86,6 +86,9 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
width: getPlayerWidth()
|
||||
})
|
||||
.bindEvent({
|
||||
find: function(data) {
|
||||
self.$timeline.options({find: data.find});
|
||||
},
|
||||
position: setPosition,
|
||||
muted: function(data) {
|
||||
that.triggerEvent('muted', data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue