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-07-10 17:26:18 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-10 17:26:18 +0300
commit8586ebed1acf5667192ced305c94dec6f021cc17 (patch)
treec868f007d7da9ee8c28271e06800dbcc7edb35d4 /src
parente9e09b82b908690991cd9c60e4baedd8833c83f5 (diff)
Do not force recreate on reconnection
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/EditorWrapper.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index 50046e6db..f9edfa48b 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -349,7 +349,6 @@ export default {
},
reconnect() {
- this.forceRecreate = true
this.syncService.close()
this.syncService = null
this.tiptap.destroy()