fix desc save bug

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2021-02-09 10:07:26 +01:00
committed by Julius Härtl
parent e359c0582a
commit 454a9115d8
2 changed files with 5 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ export default {
await this.$store.dispatch('updateCardDesc', { ...this.card, description: this.description })
this.descriptionLastEdit = 0
this.descriptionSaving = false
this.$emit('change', this.description)
},
updateDescription() {
this.descriptionLastEdit = Date.now()