Deploy 11.2.5
This commit is contained in:
parent
c926ce09f5
commit
81c8504462
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "11.2.4",
|
||||
"version": "11.2.5",
|
||||
"homepage": "y-js.org",
|
||||
"authors": [
|
||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||
|
1
y.es6
1
y.es6
@ -2505,6 +2505,7 @@ module.exports = function (Y/* :any */) {
|
||||
if (firstMissing != null) {
|
||||
// update startPos
|
||||
startPos = firstMissing.id[1]
|
||||
startSS[user] = startPos
|
||||
}
|
||||
}
|
||||
yield* this.os.iterate(this, [user, startPos], [user, Number.MAX_VALUE], function * (op) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user