mirror of
https://github.com/processing/processing4.git
synced 2026-05-11 13:22:40 +02:00
5ab6cd5fc4
If the error checker updates the table between the click and invocation of the click event listener, selection will be cleared and click index will be -1. Checking if the index is valid before using it.