Fix onSwipe initial positions
This commit is contained in:
@@ -391,6 +391,8 @@ $.prototype.onSwipe = function(fOnMove, fOnEnd){
|
|||||||
var oPos = getDragPosition(e);
|
var oPos = getDragPosition(e);
|
||||||
$This.data('x-start', oPos.x);
|
$This.data('x-start', oPos.x);
|
||||||
$This.data('y-start', oPos.y);
|
$This.data('y-start', oPos.y);
|
||||||
|
$This.data('x-move', oPos.x);
|
||||||
|
$This.data('y-move', oPos.y);
|
||||||
$This.data('moving', true).addClass('moving');
|
$This.data('moving', true).addClass('moving');
|
||||||
})
|
})
|
||||||
.on('touchmove mousemove', (e) => {
|
.on('touchmove mousemove', (e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user