vue-l-carousel icon indicating copy to clipboard operation
vue-l-carousel copied to clipboard

main.js does not use passive event listeners

Open sokist opened this issue 5 years ago • 0 comments

Replace t.addEventListener(e,n)

with: t.addEventListener(e,n,{passive:true})

Every eventListener must have {passive:true} to improve performance. Thanks

sokist avatar Apr 30 '20 08:04 sokist