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