Determine the clicked card within onTouchStart() #7910
Unanswered
tysenmoore-xse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to determine which card is clicked within the onTouchStart event handler? From my understanding the
clickedIndex
only tracks the last clicked, not the currently clicked card. The initialclickedIndex
is undefined on the first clicked card. Is there anything I can do to easily determine which of the cards is being clicked?Beta Was this translation helpful? Give feedback.
All reactions