committed by
Julius Härtl
parent
418536ceb1
commit
a34c3b0667
@@ -205,6 +205,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()
|
||||
|
||||
Reference in New Issue
Block a user