Check for duplicates
Description
This is causing tests that depend on programmatically focusing on a field to fail.
Reproduction steps
- Open up the console and set up a field variable that points at some field in the workspace.
- In console use setTimeout(() => {field.getFocusableElement().focus()}, 5000);
- Click on a different block than the one that will get focused
- After focus moves to the field from the timeout, press up on the keyboard
- See the focus jump back to where it was after clicking (moved up one)
Stack trace
Screenshots
No response
Browsers
No response