Pass the root transaction to appendedTransaction meta #13

Closed
RichieAHB wants to merge 1 commit from rahb/appended-transaction-gets-root into master
RichieAHB commented 2018-07-12 17:02:04 +02:00 (Migrated from github.com)

This passes the transaction that started all of the plugin transactions to appendedTransaction rather than a circular reference to itself, specifically for https://github.com/ProseMirror/prosemirror-history/pull/3 to fix ProseMirror/prosemirror#819

This passes the transaction that started all of the plugin transactions to `appendedTransaction` rather than a circular reference to itself, specifically for https://github.com/ProseMirror/prosemirror-history/pull/3 to fix ProseMirror/prosemirror#819
marijnh (Migrated from github.com) reviewed 2018-07-19 21:12:14 +02:00
@ -106,0 +119,4 @@
state.applyTransaction(tr)
})
it("stores a reference to a rootTransaction for appended transactions", () => {
marijnh (Migrated from github.com) commented 2018-07-19 21:12:14 +02:00

The test below doesn't seem to be testing what the string here describes. Could it be that you flipped the test descriptions?

The test below doesn't seem to be testing what the string here describes. Could it be that you flipped the test descriptions?
marijnh commented 2018-07-23 15:18:19 +02:00 (Migrated from github.com)

Merged as e598463f9 and cleaned up the test in d56dddadb4

Merged as e598463f9 and cleaned up the test in d56dddadb4019a65

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-state!13
No description provided.