mirror of
https://github.com/google/blockly.git
synced 2026-03-10 07:10:11 +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.