mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
* Create prevBlock_ upon first call to onchange. * Revert state upon an incompatible combination, bumping the new incompatible block, instead of the old block. Thus, the shadow is never the bumped block. Bug: * The undo stack get caught in a loop, and will never undo back to a state equivalent to the previous action.