mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +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.