Release 11.2.4

This commit is contained in:
Kevin Jahns 2016-08-04 19:25:36 +02:00
parent f9315288d0
commit acbc884eb5
3 changed files with 3 additions and 3 deletions

2
dist

@ -1 +1 @@
Subproject commit 653a436b8874ea2fd329404f1bd92fd3c808595e
Subproject commit c926ce09f5642bbb649d8c4c81dd015bf8051eb2

View File

@ -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": {

View File

@ -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)