mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +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.