Closed rachel-fenichel closed 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.
setCurNode
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
.