interact.js icon indicating copy to clipboard operation
interact.js copied to clipboard

Chrome cursor bug

Open Weedshaker opened this issue 3 years ago • 2 comments

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

Weedshaker avatar Sep 09 '22 18:09 Weedshaker

@taye could you have a look? 👀 🙏

andreasvirkus avatar Nov 17 '22 11:11 andreasvirkus

@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.

taye avatar Nov 18 '23 12:11 taye