Follow-up

This commit is contained in:
Alexander Zinchuk 2021-08-21 14:46:08 +03:00
parent d9b79b1cef
commit b7982916e2

View File

@ -121,6 +121,7 @@ export function captureEvents(element: HTMLElement, options: CaptureOptions) {
hasMoved = false;
hasSwiped = false;
initialSwipeAxis = undefined;
}
function onMove(e: MouseEvent | RealTouchEvent) {