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.2k stars 782 forks source link

Chrome cursor bug #980

Open Weedshaker opened 1 year ago

Weedshaker commented 1 year ago

Chrome did not properly change the cursor to resize and other cursor types on interaction. This is due to pointerType 'pen' instead of 'mouse'.

Test: https://weedshaker.github.io/cssGridLayout/ / https://github.com/Weedshaker/cssGridLayout

I also added the dist folder. Makes it leagues easier to use your repository as a submodule. Hope you could keep that as well.

Cheers

andreasvirkus commented 1 year ago

@taye could you have a look? 👀 🙏

taye commented 7 months ago

@Weedshaker Thanks for the PR. I'd like to merge this without the dist folder included. You can use the v$VERSION git tags if you need a commit with build artifacts included.