publish v0.7.3
This commit is contained in:
parent
ab6a193ec6
commit
4cb0f2b5b9
@ -7,10 +7,10 @@ Y({
|
|||||||
name: 'memory'
|
name: 'memory'
|
||||||
},
|
},
|
||||||
connector: {
|
connector: {
|
||||||
name: 'websockets-client',
|
name: 'webrtc',
|
||||||
room: 'richtext-example18',
|
room: 'richtext-example18',
|
||||||
debug: true
|
debug: true
|
||||||
//url: 'http://127.0.0.1:1234'
|
//url: 'http://127.0.0.1:2345'
|
||||||
},
|
},
|
||||||
sourceDir: '/bower_components',
|
sourceDir: '/bower_components',
|
||||||
share: {
|
share: {
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yjs": "../"
|
"yjs": "../",
|
||||||
|
"y-webrtc": "~0.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
y.es6
1
y.es6
@ -1680,6 +1680,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
if (i.right == null) {
|
if (i.right == null) {
|
||||||
break
|
break
|
||||||
} else {
|
} else {
|
||||||
|
ids.push(i.id)
|
||||||
i = yield* this.getOperation(i.right)
|
i = yield* this.getOperation(i.right)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user