ContentEditable Focus

This div is content editable.
This div is separate from the first one and is also content editable.

Go ahead and edit one, then click or tab to the other to try and give it focus.

This works fine, maybe with the slight downside of the caret jumping to the start of the editor, not the end.

Now, let's wrap these in HTML custom elements:

This is a custom component editor. This is another custom component editor.

Focusing between them should glitch out, but it doesn't in this repro… :thinking:

It does in my project Paper though. Looks like the culprit is elsewhere.