fix: focus something after deleting a block by maribethb · Pull Request #9073 · RaspberryPiFoundation/blockly

The basics

The details

Resolves

Fixes #8793

Proposed Changes

Focuses the parent of a block or the workspace after deleting a block

Reason for Changes

Keyboard shortcuts stopped working if you deleted a block, because blockly wasn't focused anymore. Unblocks some testing issues in the kb experiment

Test Coverage

There are some tests in the keyboard-experiment that test this

Documentation

Additional Information