taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.32k stars 783 forks source link

Firefox error MouseEvent.mozInputSource #1047

Open selsie opened 2 months ago

selsie commented 2 months ago

It's not really an issue, but Firefox gives a warning: MouseEvent.mozInputSource sollte nicht mehr verwendet werden. Verwenden Sie PointerEvent.pointerType stattdessen.

MouseEvent.mozInputSource shouldn't be used anymore. Use PointerEvent.pointerType instead.