Confuse about Enter behaviour in IOS

I’m developing on IOS with prosemirror.But I found that Enter was not working after composing on latest version(doesn’t create new line and I can’t ctrl it).

It looks like it doesn’t trigger handleKeyDown when input with composing.

And I found that after this commit https://github.com/ProseMirror/prosemirror-view/commit/d269b9986859f470f9f26902064e6acc2cd3624a, it doesn’t work. (The editor at https://prosemirror.net/ doesn’t work either)

Thanks for your reply

This is a replay. It looks like it’s blocked, but I keep pressing Enter.

Looking for help.It block my prosemirror-view version at 1.13.8. :disappointed_relieved:

Does the patch added for issue 1034 help for you?

Yes!It solve the problem.

Thanks