vue2-interact
vue2-interact copied to clipboard
Error from component
Hello,
First off, excellent component! So friendly to work with.
I am seeing this error being thrown every second when the element is dragged. Any feedback on what this means?
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
I am also seeing this error when running under chrome

I think this was fixed in interact.js 1.3.0 - https://github.com/taye/interact.js/issues/512 This library appears to use
"dependencies": {
"interact.js": "^1.2.8"
}
I think interact.js is now in version v1.10.3. Is it possible to update the interact.js version?
I've bumped up the versions but can't guarantee if it works 100%: https://github.com/maratumba/vue2-interact. Creating a PR (#22).
EDIT: It seems to work for me so far. I'm planning to use this in production so if anything's wrong, I'll probably know about it.