Pass the root transaction to appendedTransaction meta #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rahb/appended-transaction-gets-root"
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?
This passes the transaction that started all of the plugin transactions to
appendedTransactionrather than a circular reference to itself, specifically for https://github.com/ProseMirror/prosemirror-history/pull/3 to fix ProseMirror/prosemirror#819@ -106,0 +119,4 @@state.applyTransaction(tr)})it("stores a reference to a rootTransaction for appended transactions", () => {The test below doesn't seem to be testing what the string here describes. Could it be that you flipped the test descriptions?
Merged as
e598463f9and cleaned up the test ind56dddadb4Pull request closed