You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make joinBackward and joinForward able to join lone textblocks into wrapped blocks
... but only if the wrapped textblock is the last child of the wrapping structure.
FIX: `joinBackward` and `joinForward` will now, when the textblock after the cut can't
be moved into the structure before the cut, try to just join the inline content onto the
last child in the structure before the cut.
See https://discuss.prosemirror.net/t/joinbackward-behavior/3296
0 commit comments