shiny icon indicating copy to clipboard operation
shiny copied to clipboard

Disables touch gestures for items in ForEach loop

Open liamcharger opened this issue 4 months ago • 0 comments

I have a list of items using ForEach and ScrollView, and if I use shiny on one of the items, the whole view stops receiving touch gestures correctly for every view except the last one. For example, if I add a button to the view, the button won't click, and if I add a contextMenu to the items, it opens a context for the item at the bottom of the list.

liamcharger avatar Feb 08 '24 02:02 liamcharger