Merge pull request #3433 from nextcloud/backport/3432/stable23

[stable23] Fix event name for updating the description
This commit is contained in:
Julius Härtl
2021-11-19 12:13:51 +01:00
committed by GitHub

View File

@@ -57,7 +57,7 @@
ref="markdownEditor"
v-model="description"
:configs="mdeConfig"
@input="updateDescription"
@update:modelValue="updateDescription"
@blur="saveDescription" />
<Modal v-if="modalShow" :title="t('deck', 'Choose attachment')" @close="modalShow=false">