google / blockly-keyboard-experimentation

Apache License 2.0
2 stars 4 forks source link

feat: outline only the current block instead of the block and its children #76

Closed rachel-fenichel closed 2 weeks ago

rachel-fenichel commented 2 weeks ago

Fixes https://github.com/google/blockly-keyboard-experimentation/issues/28 for testing on October 28 2024.

This is not a great long-term fix. It disables the marker drawer and just calls setSelected instead. If we want to do that long term, it should be less hacky and done by changing the drawer instead of the cursor's setCurNode.