Is it possible to discard all events to a ui.Button while being clicked, i.e. until exited its onClick handler?
What I'm observing is that, even if I disable or even hide or move the button elsewhere in the GUI, click
events in the original button area are still accumulated and will fire when the handler is terminated.