Merge pull request #1024 from friday/event-bubble-detail
Event "detail" is lost in the synthetic event bubble/proxy
This commit is contained in:
commit
1ad76800b0
@ -414,7 +414,7 @@ class Listeners {
|
||||
'keyup',
|
||||
'keydown',
|
||||
]).join(' '), event => {
|
||||
let detail = {};
|
||||
let {detail = {}} = event;
|
||||
|
||||
// Get error details from media
|
||||
if (event.type === 'error') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user