Only delete the selection content when selected multiple lines #182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After reading this issue: https://github.com/ProseMirror/prosemirror/issues/1482. I'm sure the patch 4d2e1ba cause a bug to Sogou(https://shurufa.sogou.com) chinese input. It's partly the result of Sogou itself which doesn't sent "keydown" and "compositionupdate" events(https://github.com/electron/electron/issues/33386). And it's partly the result of the patch deletes the selection when starting a composition.
Bug reshow:

Bug fixed:

Good point. I've pushed a slightly different patch (attached), since node object identity isn't something you can rely on, and inline nodes with content exist. Could you verify whether that approach works for you?
It works, I have tested
Great. I've tagged it as 1.39.3
Pull request closed