vue2-interact icon indicating copy to clipboard operation
vue2-interact copied to clipboard

Error from component

Open AdamBD opened this issue 5 years ago • 3 comments

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.

AdamBD avatar Nov 23 '20 14:11 AdamBD

I am also seeing this error when running under chrome

image

rmetcalf9 avatar Mar 01 '21 15:03 rmetcalf9

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?

rmetcalf9 avatar Mar 01 '21 15:03 rmetcalf9

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.

maratumba avatar Jun 09 '21 13:06 maratumba