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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-07 15:28:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-07 15:28:43 +0300
commite93e0670cc2e079d710bfba5d010dead54b5e06a (patch)
tree85aed7936a88900330587ecc709e54e78a9a644b /src
parent092ab9a2b11451ab1a47fccbc58b94fdec36e911 (diff)
Fix missing Composer.vue::initBody call after mount
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/components/Composer.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index f6afa6da1..87bcdddc3 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -752,6 +752,7 @@ export default {
},
async beforeMount() {
this.setAlias()
+ this.initBody()
await this.onMailvelopeLoaded(await getMailvelope())
},
mounted() {