fixed awaitedInserts (critical for y-richtext)
This commit is contained in:
+1
-1
Submodule dist updated: b958b72f1d...f21e1c549a
+2
-2
@@ -123,9 +123,9 @@ module.exports = function (Y /* : any*/) {
|
|||||||
w.right = op.id
|
w.right = op.id
|
||||||
// exclude the effect of w in op
|
// exclude the effect of w in op
|
||||||
op.left = w.left
|
op.left = w.left
|
||||||
} else if (Y.utils.matchesId(w, op.right)) {
|
} else if (Y.utils.compareIds(w.id, op.right)) {
|
||||||
// similar..
|
// similar..
|
||||||
w.left = op.id
|
w.left = Y.utils.getLastId(op)
|
||||||
op.right = w.right
|
op.right = w.right
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user