We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d67ce6 commit bc184e8Copy full SHA for bc184e8
plugins/matrix.js
@@ -272,7 +272,7 @@ class EventAbstractionLayer {
272
'Algorithm returned insertion operation, but an insertion was not performed.'
273
)
274
}
275
- op.body = body.slice(op.offset, op.length)
+ op.body = body.slice(op.offset, op.offset + op.length)
276
delete op.offset
277
delete op.length
278
0 commit comments