forked from 0x2620/oxjs
fix video editor bugs
This commit is contained in:
parent
3c94f44a99
commit
76466e7eeb
6 changed files with 63 additions and 47 deletions
|
|
@ -440,7 +440,7 @@ Ox.Element = function(options, self) {
|
|||
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick',
|
||||
'dragstart', 'drag', 'dragenter', 'dragleave', 'dragpause', 'dragend',
|
||||
'draganddropstart', 'draganddrop', 'draganddropenter', 'draganddropleave', 'draganddropend',
|
||||
'playing', 'position', 'progress'
|
||||
'playing', 'position', 'progress', 'request'
|
||||
].indexOf(event) == -1) {
|
||||
if (!/^pandora_/.test(event)) {
|
||||
Ox.Log('EVENT', that.id, self.options.id, 'trigger', event, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue