diff --git a/dist b/dist index 653a436b8874ea2fd329404f1bd92fd3c808595e..c926ce09f5642bbb649d8c4c81dd015bf8051eb2 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 653a436b8874ea2fd329404f1bd92fd3c808595e +Subproject commit c926ce09f5642bbb649d8c4c81dd015bf8051eb2 diff --git a/package.json b/package.json index 66dfaee1160ff2c6235a52bc223481dc21f5b4ce..ba921f54a3e08f2d36a038b5b50e7929afc0185b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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": { diff --git a/src/Database.js b/src/Database.js index 82ea4466a1252048b4d8985e6bca00127fde03bf..5d4a462cc7984581428ca019b8f901ed72b15389 100644 --- a/src/Database.js +++ b/src/Database.js @@ -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)