diff --git a/src/components/todos/SingleTodo/SingleTodo.ts b/src/components/todos/SingleTodo/SingleTodo.ts index 0ba02e8..4794947 100644 --- a/src/components/todos/SingleTodo/SingleTodo.ts +++ b/src/components/todos/SingleTodo/SingleTodo.ts @@ -94,7 +94,7 @@ export default class SingleTodo extends Vue { updateClasses() { // this.classCompleted = 'completed-item' this.classCompleted = 'completed-item-popover' - this.classDescr = 'flex-item div_descr show' + this.classDescr = 'flex-item div_descr show donotdrag' this.classDescrEdit = 'flex-item div_descr_edit' if (!this.isTodo()) { this.classDescr += ' titleLista-item' diff --git a/src/components/todos/SingleTodo/SingleTodo.vue b/src/components/todos/SingleTodo/SingleTodo.vue index 62b2f6c..b6d8b75 100644 --- a/src/components/todos/SingleTodo/SingleTodo.vue +++ b/src/components/todos/SingleTodo/SingleTodo.vue @@ -1,6 +1,6 @@