Release 10.0.1
This commit is contained in:
2
dist
2
dist
Submodule dist updated: 5cfe209688...ffe0ec5a38
@@ -111,7 +111,7 @@ module.exports = function (Y /* :any */) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
emptyGarbageCollector () {
|
emptyGarbageCollector () {
|
||||||
return new Promise (resolve => {
|
return new Promise(resolve => {
|
||||||
var check = () => {
|
var check = () => {
|
||||||
if (this.gc1.length > 0 || this.gc2.length > 0) {
|
if (this.gc1.length > 0 || this.gc2.length > 0) {
|
||||||
this.garbageCollect().then(check)
|
this.garbageCollect().then(check)
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
if (start.opContent != null) {
|
if (start.opContent != null) {
|
||||||
yield* this.deleteOperation(start.opContent)
|
yield* this.deleteOperation(start.opContent)
|
||||||
}
|
}
|
||||||
if (this.store.y.connector.isSynced){
|
if (this.store.y.connector.isSynced) {
|
||||||
this.store.gc1.push(start.id)
|
this.store.gc1.push(start.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -561,7 +561,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
yield* this.setOperation(origin)
|
yield* this.setOperation(origin)
|
||||||
}
|
}
|
||||||
var parent
|
var parent
|
||||||
if (o.parent != null){
|
if (o.parent != null) {
|
||||||
parent = yield* this.getOperation(o.parent)
|
parent = yield* this.getOperation(o.parent)
|
||||||
}
|
}
|
||||||
// remove gc'd op from parent, if it exists
|
// remove gc'd op from parent, if it exists
|
||||||
|
|||||||
Reference in New Issue
Block a user