diff --git a/src/utils.js b/src/utils.js index ded0c4ea7..81e1e58a3 100644 --- a/src/utils.js +++ b/src/utils.js @@ -13,7 +13,7 @@ export function arrayMove (arr, previousIndex, newIndex) { export const events = { start: ['touchstart', 'mousedown'], move: ['touchmove', 'mousemove'], - end: ['touchend', 'mouseup'] + end: ['touchend', 'touchcancel', 'mouseup'] }; export const vendorPrefix = (function () {