mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
095f29e274
* 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.