Open adnanhz opened 5 years ago
Issue: Controls unclickable on HTML5 video in IE11.
Steps to reproduce:
I noticed that the culprit is the e.preventDefault() in the handleMouseDown function in Carousel3d.vue. I removed it and it worked.
e.preventDefault()
handleMouseDown
Carousel3d.vue
What's the proper fix?
Thank you.
Issue: Controls unclickable on HTML5 video in IE11.
Steps to reproduce:
I noticed that the culprit is the
e.preventDefault()
in thehandleMouseDown
function inCarousel3d.vue
. I removed it and it worked.What's the proper fix?
Thank you.