antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

IE11 swiping never stops #11

Closed mikusd closed 5 years ago

mikusd commented 5 years ago

Hi, when using IE11, when you swipe using mouse, it never stops.

It seems to be similar to issue, that glide had months ago. It seems to work with their latest version, which you seem to use as well. issue

Do you have any idea, what might cause that?

Steps to reproduce: 1) Open https://antonreshetov.github.io/vue-glide/ in IE11 2) Swipe to any direction, using mouse 3) It should be stuck in swiping action

antonreshetov commented 5 years ago

Should be fixed with 17cab1d

mikusd commented 5 years ago

It works now. Thank you!