diff --git a/src/core/core.js b/src/core/core.js index 922a845f104..c8687e973db 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -79,7 +79,7 @@ responsive: true, responsiveAnimationDuration: 0, maintainAspectRatio: true, - events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"], + events: ["mousemove", "mouseout", "click", "touchstart", "touchmove"], hover: { onHover: null, mode: 'single',