mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
* Fix double execution in Code demo PR #5037 fixed double execution of the run button on mobile. But the link button and other events still suffer from double execution. This PR moves the fix from the run button to the central bind function so that it applies universally. * Pass the event to the user function Not used but good to have.