mirror of
https://github.com/google/blockly.git
synced 2026-01-13 20:07:08 +01:00
* fix: Detect if deleting shadow block affects selection highlight * Use contains instead of descendsFrom for html consistency. * Added tests. * Removing and manually inlining new contains function.