antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Passive event listener to a scroll-blocking 'touchstart' #493

Open alivadjid opened 2 years ago

alivadjid commented 2 years ago

When using vue-cal got this warning

image

Found explanation of this. It is due to a bleeding edge feature called Passive Event Listeners Event Listener Options Github issue

Tried to resolve it with import this script in index.html Default Passive Events. But got a new error

image

wotamann commented 2 years ago

Thank you for your excellent Vue-Cal (Code and Documentation)!

FYI - I got the same Warning working on latest Chrome - Version 104.0.5112.102 (Offizieller Build) (64-Bit) but not on FF or BRAVE

coderisimo commented 11 months ago

So, Is there any way to avoid this warning?

pidzej commented 8 months ago

I have same problem. Not woking on-event-click when use left mouse button (on midle, right dioalog open)