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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-05-31 10:37:00 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-05-31 10:42:52 +0300
commit2dce46645a7e6123e2082b4909281ce2232ed348 (patch)
tree1626b5249ea7f579829918fae2493f108cffe45f /src
parent262e070ecf752e6248cb48bed0ac2d07c479eef9 (diff)
Revert racing condition for initBody
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Composer.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index b44232791..24efb6c4a 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -748,10 +748,6 @@ export default {
},
async beforeMount() {
this.setAlias()
- // there's a race condition on the ckeditor initialization and we need to delay it for the initBody to work
- this.$nextTick(() => {
- this.initBody()
- })
await this.onMailvelopeLoaded(await getMailvelope())
},
mounted() {