mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:27:13 +00:00
Ensure that submitOps is called in a timeout (#15840)
GitOrigin-RevId: f4b5f9649a18e5e0ea2332b6e8c90426d7c055d6
This commit is contained in:
parent
aed5c911f2
commit
604b4e5fdb
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ const submitOpsAfterEvent = (
|
|||
// TODO: could put this in an update listener instead, if the ShareJS doc has been updated by then?
|
||||
currentDoc.on(eventName, () => {
|
||||
currentDoc.off(eventName)
|
||||
submitOps(currentDoc, ops, transaction)
|
||||
window.setTimeout(() => submitOps(currentDoc, ops, transaction))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue