Release 12.1.0
This commit is contained in:
parent
3fdcf82bcc
commit
8ab16f4ada
2
dist
2
dist
@ -1 +1 @@
|
||||
Subproject commit cf3969dff6c352db0fc872e437e007a41d89421c
|
||||
Subproject commit 7744993dde4e1be525cccc24fd47318bfe9892f8
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "12.0.4",
|
||||
"version": "12.1.0",
|
||||
"description": "A framework for real-time p2p shared editing on any data",
|
||||
"main": "./src/y.js",
|
||||
"scripts": {
|
||||
|
@ -83,7 +83,7 @@ module.exports = function (Y) {
|
||||
}
|
||||
globalRoom.whenTransactionsFinished().then(nextFlush)
|
||||
} else {
|
||||
var c = globalRoom.flushOne()
|
||||
c = globalRoom.flushOne()
|
||||
if (c) {
|
||||
c.then(function () {
|
||||
globalRoom.whenTransactionsFinished().then(nextFlush)
|
||||
|
Loading…
x
Reference in New Issue
Block a user