mirror of
https://github.com/google/blockly.git
synced 2026-01-17 05:47:10 +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.