When close child size is 0, close() returned without changing #16
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?
Related issue: https://github.com/outline/rich-markdown-editor/issues/233
https://github.com/outline/rich-markdown-editor/pull/252/files
github.com/ProseMirror/prosemirror-transform@3915231ad4After this commit(> 1.2.5), "setBlockType ()" of "prosemirror-command" has a problem.
This is a fix for the problem that Node's Wrap is not working as shown in the image.
Specifically, the line you intended to change is deleted, and the line below is changed.
current


fixed(in this commit)
Would it be possible to add a test that fails with the current code but passes with this patch in test/test-trans.js?
Pull request closed