Searched refs:endDistance (Results 1 – 1 of 1) sorted by relevance
53 const endDistance = Math.abs(end - startDrag); constant57 if (startDistance < range && startDistance <= endDistance) return 'START';58 if (endDistance < range && endDistance <= startDistance) return 'END';