mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
modify the comment
This commit is contained in:
@@ -76,7 +76,7 @@ export const handleOnMove = (e: MouseEvent): void => {
|
||||
distanceFromLast(e.clientX, e.clientY) >
|
||||
window.innerWidth / thresholdSensitivityArray[thresholdIndex]
|
||||
) {
|
||||
// images showing array
|
||||
// calculate the actual index
|
||||
const imageIndex = globalIndex % imagesArrayLen
|
||||
// show top image and change index
|
||||
activate(imageIndex, e.clientX, e.clientY)
|
||||
|
||||
Reference in New Issue
Block a user