We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc3992 commit 3e81c6cCopy full SHA for 3e81c6c
examples/data-objects/prosemirror/src/footnoteView.ts
@@ -88,7 +88,7 @@ export class FootnoteView {
88
89
for (const transaction of transactions) {
90
for (const step of transaction.steps) {
91
- outerTr.step(step).map(offsetMap);
+ outerTr.step(step.map(offsetMap));
92
}
93
94
0 commit comments