From 1b2fed9e86f4c95d89f1af4f7391d49adfd2db31 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 23 Aug 2019 14:40:05 +0200 Subject: [PATCH] improve desc in editor Signed-off-by: Jakob --- src/components/card/CardSidebar.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 0af573168..f6022d406 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -68,7 +68,7 @@
Description
- + {{ currentCard.attachments }} @@ -162,13 +162,11 @@ export default { this.copiedCard = JSON.parse(JSON.stringify(this.currentCard)) this.allLabels = this.currentCard.labels this.assignedUsers = this.currentCard.assignedUsers.map((item) => item.participant) - this.desc = this.currentCard.description this.updateRelativeTimestamps() } }, - desc() { - this.copiedCard.description = this.desc + 'copiedCard.description': function() { this.saveDesc() } },