Skip to content
Snippets Groups Projects
Commit acbc884e authored by Kevin Jahns's avatar Kevin Jahns
Browse files

Release 11.2.4

parent f9315288
No related branches found
No related tags found
No related merge requests found
Subproject commit 653a436b8874ea2fd329404f1bd92fd3c808595e
Subproject commit c926ce09f5642bbb649d8c4c81dd015bf8051eb2
{
"name": "yjs",
"version": "11.2.2",
"version": "11.2.4",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "./src/y.js",
"scripts": {
......
......@@ -439,7 +439,7 @@ module.exports = function (Y /* :any */) {
// Delete if DS says this is actually deleted
var len = op.content != null ? op.content.length : 1
var startId = op.id // You must not use op.id in the following loop, because op will change when deleted
// TODO: !! console.log('TODO: change this before commiting')
// TODO: !! console.log('TODO: change this before commiting')
for (let i = 0; i < len; i++) {
var id = [startId[0], startId[1] + i]
var opIsDeleted = yield* transaction.isDeleted(id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment