Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-06 11:02:42 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-08-06 11:44:32 +0300
commit9c82ad4fe3a62e4844b1ba1d47db8336d66dc9c8 (patch)
tree2478e2cdcb33d551ab68703b278b2db05d3880bd /src
parent5458e8230720311a5780c7e942ec49521288479c (diff)
Always make sure to get the latest sendable steps when retrying
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/services/PollingBackend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/PollingBackend.js b/src/services/PollingBackend.js
index 063feabeb..1e50f6216 100644
--- a/src/services/PollingBackend.js
+++ b/src/services/PollingBackend.js
@@ -170,7 +170,7 @@ class PollingBackend {
this._authority.emit('stateChange', { dirty: true })
if (this.lock) {
setTimeout(() => {
- this._authority.sendSteps(_sendable)
+ this._authority.sendSteps()
}, 100)
return
}