mirror of
https://github.com/processing/processing4.git
synced 2026-03-20 11:27:24 +01:00
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.