stuyam / pressure

:point_down::boom: JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.
https://pressurejs.com
MIT License
2.91k stars 98 forks source link

If the polyfill is called once it won't go away even if supported #37

Closed stuyam closed 7 years ago

stuyam commented 7 years ago

If the polyfill is ever called on an element, say by clicking from a usb mouse, then when you switch back to the trackpad, it gets messed up and needs to cancel the polyfill.

stuyam commented 7 years ago

Fixed 👍