Cannot move input caret past inline widget.

Hello,

I was experimenting with the checkbox widget example, and I noticed that with the latest @codemirror/view (0.19.20) I cannot navigate the input caret past a widget, if I move left to right. Navigating right to left works. With version 0.18.3 I did not see this issue.

Here is my code: https://rpev6.csb.app/

To create a widget, type an exclamation point and try to press right arrow key. Is this a known issue? Should I open a ticket?

thanks!

Bind the default keymap — the native behavior for arrow keys doesn’t work well around uneditable elements.