fix: remove obsolete code (#1097)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1097
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen 2021-11-27 19:33:37 +00:00 committed by konrad
parent b7ad29f056
commit 0c9dad9891
1 changed files with 0 additions and 8 deletions

View File

@ -486,7 +486,6 @@ export default {
taskColor: '',
showDeleteModal: false,
descriptionChanged: false,
// Used to avoid flashing of empty elements if the task content is not yet loaded.
visible: false,
@ -679,13 +678,6 @@ export default {
this.saveTask(true, this.toggleTaskDone)
},
setDescriptionChanged(e) {
if (e.key === 'Enter' || e.key === 'Control') {
return
}
this.descriptionChanged = true
},
async changeList(list) {
this.$store.commit('kanban/removeTaskInBucket', this.task)
this.task.listId = list.id