fix: remove obsolete code #1097

Merged
konrad merged 1 commits from dpschen/frontend:feature/remove-unused-code into main 2021-11-27 19:33:38 +00:00
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